summaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE/best-practice.yml
diff options
context:
space:
mode:
authorRobert Henigan <robert.henigan@livio.io>2022-02-01 12:18:40 -0500
committerGitHub <noreply@github.com>2022-02-01 12:18:40 -0500
commitdb5c9438505c4a3a64d2e6a16b36b3a61358a3e9 (patch)
tree14416562ac2ec1ef5b1f529d192864810d9de16d /.github/ISSUE_TEMPLATE/best-practice.yml
parentad72c3384c966c089b4058bfa14da9cc32a1c694 (diff)
parente9da4b1ee56063242da25d7500789d5117dd871c (diff)
downloadsdl_android-1790.tar.gz
Merge pull request #1788 from smartdevicelink/bugfix/issue-1787-implement-github-forms1790
Implement Github Forms for issues
Diffstat (limited to '.github/ISSUE_TEMPLATE/best-practice.yml')
-rw-r--r--.github/ISSUE_TEMPLATE/best-practice.yml16
1 files changed, 16 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/best-practice.yml b/.github/ISSUE_TEMPLATE/best-practice.yml
new file mode 100644
index 000000000..caa305b22
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/best-practice.yml
@@ -0,0 +1,16 @@
+name: Best Practice
+description: Report a best practice issue, such as a language feature or README update.
+labels: ["needs triage", "best practice"]
+body:
+ - type: markdown
+ attributes:
+ value: |
+ ## Hello 👋
+ If this issue involves a defect with the library, please file a Bug Report issue instead. This template is for a recommended README / documentation update or a language update, etc.
+ - type: textarea
+ id: summary
+ attributes:
+ label: Description
+ description: Summarize the problem. Attach any relevant links, etc.
+ validations:
+ required: true