Skip to content

Commit

Permalink
Update issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
Rapptz committed Mar 24, 2021
1 parent a6c5b04 commit 9af99d2
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Bug Report
about: Report broken or incorrect behaviour
labels: bug
labels: unconfirmed bug
issue_body: true
body:
- type: markdown
Expand All @@ -21,9 +21,14 @@ 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
Expand Down

0 comments on commit 9af99d2

Please sign in to comment.