Skip to content

Commit

Permalink
Simpler bug form
Browse files Browse the repository at this point in the history
  • Loading branch information
dianzrong authored Jun 14, 2023
1 parent 047afce commit 3cd2876
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/ISSUE_TEMPLATE/bug_form.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,15 @@ body:
attributes:
label: Describe the bug
description: What behaviour was expected and what actually happened? Include screenshots and log output where useful.
value: I expected ... but what actually happened was ... <br>
[image to illustrate the issue] <br>
```relevant log output```
value: I expected ... but what actually happened was ...
validations:
required: true
- type: textarea
id: steps
attributes:
label: To Reproduce
description: What Operating System did you use and steps would we take to reproduce the behaviour?
value: "I use [macOS/Microsoft Windows]. <br>
value: "I use [macOS/Microsoft Windows].
Steps:
1. Go to '...'
2. Click on '....'
Expand Down

0 comments on commit 3cd2876

Please sign in to comment.