Compare commits
12 Commits
Author | SHA1 | Date |
---|---|---|
![]() |
732fc73fe6 | |
![]() |
586529a5ca | |
![]() |
22e2f79bff | |
![]() |
6f4cc9e84c | |
![]() |
e77e030f2c | |
![]() |
a43bbc51f6 | |
![]() |
bf26874965 | |
![]() |
6cdf9a68d1 | |
![]() |
402acf563e | |
![]() |
2d6077fe16 | |
![]() |
c9ec055996 | |
![]() |
3f0815855c |
|
@ -0,0 +1,32 @@
|
||||||
|
name: "🐛 Bug Report"
|
||||||
|
description: Create a bug report for Umami.
|
||||||
|
body:
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: Describe the Bug
|
||||||
|
description: A clear and concise description of what the bug is.
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: dropdown
|
||||||
|
attributes:
|
||||||
|
label: Database
|
||||||
|
description: What database are you using?
|
||||||
|
options:
|
||||||
|
- PostgreSQL
|
||||||
|
- MySQL
|
||||||
|
- Umami Cloud
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- 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
|
||||||
|
- 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'
|
|
@ -0,0 +1,10 @@
|
||||||
|
name: "✨ Feature Request"
|
||||||
|
description: Create a feature or enhancement request for Umami.
|
||||||
|
labels: ['enhancement']
|
||||||
|
body:
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: Describe the feature or enhancement
|
||||||
|
description: A clear and concise description of what the feature or enhancement is.
|
||||||
|
validations:
|
||||||
|
required: true
|
|
@ -0,0 +1,6 @@
|
||||||
|
|
||||||
|
blank_issues_enabled: false
|
||||||
|
contact_links:
|
||||||
|
- name: "🤔 Ask a question"
|
||||||
|
url: https://github.com/umami-software/umami/discussions
|
||||||
|
about: Ask questions and discuss with other community members.
|
Loading…
Reference in New Issue