Skip to content

Commit

Permalink
Remove optional required sections
Browse files Browse the repository at this point in the history
  • Loading branch information
dianzrong authored Jun 14, 2023
1 parent 717a1c1 commit 6d3ead0
Showing 1 changed file with 4 additions and 37 deletions.
41 changes: 4 additions & 37 deletions .github/ISSUE_TEMPLATE/bug_form.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,52 +7,19 @@ body:
attributes:
value: |
Thanks for taking the time to fill out this bug report!
- type: input
- type: textarea
id: describe-bug
attributes:
label: Describe the bug
description: What behaviour was expected and what actually happened?
placeholder: null
value: I expected ... but what actually happened was ... [image to illustrate the issue] ```relevant log output```
validations:
required: true
- type: textarea
id: steps
attributes:
label: To Reproduce
description: What steps would we take to reproduce the behaviour
placeholder: 1. Go to '...' 2. Click on '....' 3. Scroll down to '....'
description: What Operating System did you use and steps would we take to reproduce the behaviour?
placeholder: I use [macOS/Microsoft Windows]. 1. Go to '...' 2. Click on '....' 3. Scroll down to '....'
validations:
required: true
- type: textarea
id: logs
attributes:
label: Relevant log output
description: Please copy and paste any relevant log output. This will be
automatically formatted into code, so no need for backticks.
render: shell
- type: textarea
id: image-upload
attributes:
label: Upload Screenshot
description: Please upload an image that helps illustrate the issue.
validations:
required: false
- type: dropdown
id: OS
attributes:
label: What Operating System did you use?
multiple: true
options:
- macOS
- Apple iOS
- Microsoft Windows
- Google Android
- Linux
- Other
validations:
required: false
- type: textarea
id: other
attributes:
label: Additional Context
description: null

0 comments on commit 6d3ead0

Please sign in to comment.