mirror of
https://github.com/kremalicious/umami.git
synced 2024-11-16 02:05:04 +01:00
24 lines
701 B
YAML
24 lines
701 B
YAML
name: Feature Request
|
|
description: Create a feature request for Umami
|
|
labels: ['enhancement']
|
|
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: Version
|
|
description: What version of our software are you running?
|
|
options:
|
|
- v1
|
|
- v2
|
|
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 |