Update bug_report.yml

This commit is contained in:
Rijk van Zanten
2021-07-28 11:06:40 -04:00
committed by GitHub
parent 62653be90b
commit 349cb049cf

View File

@@ -5,9 +5,24 @@ body:
- type: markdown
attributes:
value: Hi, thank you for taking the time to create an issue!
- type: markdown
- type: checkboxes
id: troubleshooting
attributes:
value: 'Before continuing, you must first have completed all [Troubleshooting Steps](https://docs.directus.io/getting-started/support/#troubleshooting-steps)'
options:
- label: I have completed all [Troubleshooting Steps](https://docs.directus.io/getting-started/support/#troubleshooting-steps).
required: true
- type: checkboxes
id: version
attributes:
options:
- label: I'm on [the latest version of Directus](https://github.com/directus/directus/releases).
required: true
- type: checkboxes
id: duplicate
attributes:
options:
- label: There's [no other issue](https://github.com/directus/directus/issues) that already describes my problem.
required: true
- type: markdown
attributes:
value: Please confirm that an issue describing this problem doesn't exist already.