summaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE/best-practice.yml
diff options
context:
space:
mode:
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