mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
74 lines
2.4 KiB
YAML
74 lines
2.4 KiB
YAML
name: Bug Report
|
|
description: Create a report to help us improve
|
|
labels: 'Bug (Potential)'
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: Hi, thank you for taking the time to create an issue!
|
|
- type: checkboxes
|
|
id: troubleshooting
|
|
attributes:
|
|
label: Preflight Checklist
|
|
options:
|
|
- label: I have completed all [Troubleshooting Steps](https://docs.directus.io/getting-started/support/#troubleshooting-steps).
|
|
required: true
|
|
- label: I'm on [the latest version of Directus](https://github.com/directus/directus/releases).
|
|
required: true
|
|
- label: There's [no other issue](https://github.com/directus/directus/issues?q=is%3Aissue) that already describes my problem.
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: Describe the Bug
|
|
description: A clear and concise description of what the bug is.
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: To Reproduce
|
|
description: Steps to reproduce the behavior. Contributors should be able to follow the steps provided in order to reproduce the bug.
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: Errors Shown
|
|
description: Are there any errors logged in the browser console, or terminal where you're running Directus?
|
|
- type: input
|
|
id: directus-version
|
|
attributes:
|
|
label: What version of Directus are you using?
|
|
description: 'Version is displayed under "Settings". For example: 9.0.1'
|
|
validations:
|
|
required: true
|
|
- type: input
|
|
id: node-version
|
|
attributes:
|
|
label: What version of Node.js are you using?
|
|
description: 'For example: 12.0.0'
|
|
validations:
|
|
required: true
|
|
- type: input
|
|
attributes:
|
|
label: What database are you using?
|
|
description: 'For example: Postgres 13, SQLite 3.31.0'
|
|
validations:
|
|
required: true
|
|
- type: input
|
|
attributes:
|
|
label: What browser are you using?
|
|
description: 'For example: Chrome, Safari'
|
|
validations:
|
|
required: true
|
|
- type: input
|
|
id: operating-system
|
|
attributes:
|
|
label: What operating system are you using?
|
|
description: 'For example: macOS, Windows'
|
|
validations:
|
|
required: true
|
|
- type: input
|
|
attributes:
|
|
label: How are you deploying Directus?
|
|
description: 'For example: running locally, Docker, PaaS'
|
|
validations:
|
|
required: true
|