mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-06-07 20:28:38 +00:00
Update issue template
This commit is contained in:
parent
a6c5b04142
commit
9af99d2634
9
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
9
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@ -1,6 +1,6 @@
|
|||||||
name: Bug Report
|
name: Bug Report
|
||||||
about: Report broken or incorrect behaviour
|
about: Report broken or incorrect behaviour
|
||||||
labels: bug
|
labels: unconfirmed bug
|
||||||
issue_body: true
|
issue_body: true
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
@ -21,9 +21,14 @@ body:
|
|||||||
label: Reproduction Steps
|
label: Reproduction Steps
|
||||||
description: >
|
description: >
|
||||||
What you did to make it happen.
|
What you did to make it happen.
|
||||||
Ideally there should be a short code snippet in this section to help reproduce the bug.
|
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: Minimal Reproducible Code
|
||||||
|
description: >
|
||||||
|
A short snippet of code that showcases the bug.
|
||||||
|
render: python
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: Expected Results
|
label: Expected Results
|
||||||
|
Loading…
x
Reference in New Issue
Block a user