mirror of
https://github.com/amir20/dozzle.git
synced 2026-01-03 03:27:29 +01:00
21 lines
548 B
YAML
21 lines
548 B
YAML
name: Bug Report
|
|
labels: ["enhancement"]
|
|
description: |
|
|
Use this template if you have a feature request or an idea for a new feature.
|
|
body:
|
|
- type: textarea
|
|
attributes:
|
|
label: Describe the feature you would like to see
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: Decribe how you would like to see this feature implemented
|
|
validations:
|
|
required: false
|
|
- type: textarea
|
|
attributes:
|
|
label: Describe any alternatives you've considered
|
|
validations:
|
|
required: false
|