mirror of
https://github.com/umami-software/umami.git
synced 2025-12-06 01:18:00 +01:00
update bug template
This commit is contained in:
parent
5a8543fd25
commit
9eee25bbcf
1 changed files with 6 additions and 2 deletions
8
.github/ISSUE_TEMPLATE/1.bug_report.yml
vendored
8
.github/ISSUE_TEMPLATE/1.bug_report.yml
vendored
|
|
@ -1,4 +1,4 @@
|
|||
name: "🐛 Bug Report"
|
||||
name: '🐛 Bug Report'
|
||||
description: Create a bug report for Umami.
|
||||
body:
|
||||
- type: textarea
|
||||
|
|
@ -22,6 +22,10 @@ body:
|
|||
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 Umami version are you using? (if relevant)
|
||||
description: 'For example: Chrome, Edge, Firefox, etc'
|
||||
- type: input
|
||||
attributes:
|
||||
label: Which browser are you using? (if relevant)
|
||||
|
|
@ -29,4 +33,4 @@ body:
|
|||
- type: input
|
||||
attributes:
|
||||
label: How are you deploying your application? (if relevant)
|
||||
description: 'For example: Vercel, Railway, Docker, etc'
|
||||
description: 'For example: Vercel, Railway, Docker, etc'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue