Skip to content

Commit

Permalink
simplify reporting bugs (#4585)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinbonnin committed Dec 16, 2022
1 parent 07bf9c7 commit 4a6cffe
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
Expand Up @@ -2,18 +2,18 @@ name: 🐛 Bug report
description: Create a bug report
labels: [ ":bug: Type: Bug" ]
body:
- type: textarea
attributes:
label: Summary
description: A clear and concise description of what the bug is.
validations:
required: true
- type: input
attributes:
label: Version
description: Make sure the bug is still happening on the latest version.
validations:
required: true
- type: textarea
attributes:
label: Summary
description: A clear and concise description of what the bug is.
validations:
required: true
- type: textarea
attributes:
label: Steps to reproduce the behavior
Expand All @@ -36,9 +36,3 @@ body:
```
validations:
required: false
- type: textarea
attributes:
label: Anything else?
description: Links, references, more context, or anything that will give us more information about the issue you are encountering!
validations:
required: false

0 comments on commit 4a6cffe

Please sign in to comment.