aboutsummaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE
diff options
context:
space:
mode:
authorRapptz <[email protected]>2021-03-24 08:35:41 -0400
committerRapptz <[email protected]>2021-03-24 08:35:41 -0400
commit9af99d263455ee36cfa2ee04d7ac26ee5765f768 (patch)
tree3a303d54d69c5350eb7506af7025f433539e9f64 /.github/ISSUE_TEMPLATE
parentClarify docs to state that on_reaction_remove requires Intents.members (diff)
downloaddiscord.py-9af99d263455ee36cfa2ee04d7ac26ee5765f768.tar.xz
discord.py-9af99d263455ee36cfa2ee04d7ac26ee5765f768.zip
Update issue template
Diffstat (limited to '.github/ISSUE_TEMPLATE')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.yml9
1 files changed, 7 insertions, 2 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml
index adebc90b..356b0b60 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.yml
+++ b/.github/ISSUE_TEMPLATE/bug_report.yml
@@ -1,6 +1,6 @@
name: Bug Report
about: Report broken or incorrect behaviour
-labels: bug
+labels: unconfirmed bug
issue_body: true
body:
- type: markdown
@@ -21,11 +21,16 @@ body:
label: Reproduction Steps
description: >
What you did to make it happen.
- Ideally there should be a short code snippet in this section to help reproduce the bug.
validations:
required: true
- type: textarea
attributes:
+ label: Minimal Reproducible Code
+ description: >
+ A short snippet of code that showcases the bug.
+ render: python
+ - type: textarea
+ attributes:
label: Expected Results
description: >
What did you expect to happen?