mirror of
https://github.com/directus/directus.git
synced 2026-01-27 21:58:02 -05:00
Update bug_report.yml
This commit is contained in:
19
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
19
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user