mirror of
https://github.com/kremalicious/umami.git
synced 2024-11-15 17:55:08 +01:00
update bug report
This commit is contained in:
parent
a43bbc51f6
commit
e77e030f2c
27
.github/ISSUE_TEMPLATE/1.bug_report.yml
vendored
27
.github/ISSUE_TEMPLATE/1.bug_report.yml
vendored
@ -7,17 +7,26 @@ body:
|
|||||||
description: A clear and concise description of what the bug is.
|
description: A clear and concise description of what the bug is.
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: dropdown
|
|
||||||
attributes:
|
|
||||||
label: Version
|
|
||||||
description: What version of our software are you running?
|
|
||||||
options:
|
|
||||||
- v1
|
|
||||||
- v2
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: Relevant log output
|
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.
|
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
|
||||||
render: shell
|
render: shell
|
||||||
|
- type: dropdown
|
||||||
|
attributes:
|
||||||
|
label: Database
|
||||||
|
description: What database are you using?
|
||||||
|
options:
|
||||||
|
- PostgreSQL
|
||||||
|
- MySQL
|
||||||
|
- Umami Cloud
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: input
|
||||||
|
attributes:
|
||||||
|
label: Which browser are you using? (if relevant)
|
||||||
|
description: 'For example: Chrome, Edge, Firefox, etc'
|
||||||
|
- type: input
|
||||||
|
attributes:
|
||||||
|
label: How are you deploying your application? (if relevant)
|
||||||
|
description: 'For example: Vercel, Railway, Docker, etc'
|
Loading…
Reference in New Issue
Block a user