mirror of
https://github.com/amir20/dozzle.git
synced 2025-12-27 23:46:39 +01:00
21 lines
559 B
YAML
21 lines
559 B
YAML
name: 🚀 Feature Request
|
|
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: Describe 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
|