Mirror von
https://github.com/Chaoscaot/schemsearch
synchronisiert 2024-11-03 02:50:11 +01:00
36 Zeilen
1008 B
YAML
36 Zeilen
1008 B
YAML
|
name: Feature Request
|
||
|
description: Suggest an idea for this project
|
||
|
|
||
|
title: "[FEATURE] <title>"
|
||
|
labels: [enhancement]
|
||
|
|
||
|
body:
|
||
|
- type: textarea
|
||
|
id: description
|
||
|
attributes:
|
||
|
label: Description
|
||
|
description: A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
|
||
|
validations:
|
||
|
required: true
|
||
|
- type: textarea
|
||
|
id: solution
|
||
|
attributes:
|
||
|
label: Proposed Solution
|
||
|
description: A clear and concise description of what you want to happen.
|
||
|
validations:
|
||
|
required: true
|
||
|
- type: textarea
|
||
|
id: alternatives
|
||
|
attributes:
|
||
|
label: Alternatives
|
||
|
description: A clear and concise description of any alternative solutions or features you've considered.
|
||
|
validations:
|
||
|
required: false
|
||
|
- type: textarea
|
||
|
id: additional-context
|
||
|
attributes:
|
||
|
label: Additional Context
|
||
|
description: Add any other context or screenshots about the feature request here.
|
||
|
validations:
|
||
|
required: false
|