Files
Axter-Stash/.github/ISSUE_TEMPLATE/feature_request.yml
2024-08-17 00:54:18 -04:00

37 lines
1.6 KiB
YAML
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
name: 💡Feature Request
description: Suggest improvement for this project
title: "💡️[Enhancement]: Your_Short_title"
labels: [Enhancement]
body:
- type: markdown
attributes:
value: |
Please fill out the following fields with as much detail as possible:
Fields marked with an asterisk (*) are required, and remaining fields are optional, but we encourage their usage.
Do Not use Feature-Request for a problem related to an error. Instead, please create a [Bug Report].
- type: textarea
id: problem
attributes:
label: If feature request is related to a problem, give a clear and concise description of what is the problem. Ex. I'm always frustrated when [...] Do NOT use Feature-Request for issues related to errors. Instead, please create a [Bug Report].
validations:
required: false
- type: textarea
id: solution
attributes:
label: Describe the solution you'd like. A clear and concise description of what you want to happen.
validations:
required: true
- type: textarea
id: alternatives
attributes:
label: Describe alternatives you've considered. A clear and concise description of any alternative solutions or features you've considered.
validations:
required: false
- type: textarea
id: Snapshots
attributes:
label: Snapshots / Images
description: Add any other context or screenshots about the feature request here, which can help explain the feature, and a description of what to look for in the image(s).
validations:
required: false