2023-04-28 19:59:35 +02:00
|
|
|
name: "🐛 Bug Report"
|
2023-04-28 20:18:53 +02:00
|
|
|
description: Create a bug report for Umami.
|
2023-04-28 19:04:23 +02:00
|
|
|
body:
|
|
|
|
- type: textarea
|
|
|
|
attributes:
|
2023-04-28 19:59:35 +02:00
|
|
|
label: Describe the Bug
|
|
|
|
description: A clear and concise description of what the bug is.
|
2023-04-28 19:04:23 +02:00
|
|
|
validations:
|
|
|
|
required: true
|
|
|
|
- type: dropdown
|
|
|
|
attributes:
|
2023-04-28 20:31:54 +02:00
|
|
|
label: Database
|
|
|
|
description: What database are you using?
|
2023-04-28 19:04:23 +02:00
|
|
|
options:
|
2023-04-28 20:31:54 +02:00
|
|
|
- PostgreSQL
|
|
|
|
- MySQL
|
|
|
|
- Umami Cloud
|
2023-04-28 19:04:23 +02:00
|
|
|
validations:
|
|
|
|
required: true
|
2023-04-28 20:35:01 +02:00
|
|
|
- type: textarea
|
|
|
|
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
|
2023-04-28 20:31:54 +02:00
|
|
|
- type: input
|
2023-04-28 19:04:23 +02:00
|
|
|
attributes:
|
2023-04-28 20:31:54 +02:00
|
|
|
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'
|