Files
discordeno/.github/ISSUE_TEMPLATE/feature_request.yml
Matthew Hatcher 1545f01da4 feat(.github): new issue templates (#3166)
* feat: new issue templates

* feat: add config yaml

* feat: adding better example code

* feat: add labels

* Update .github/ISSUE_TEMPLATE/bug_report.yml

* Update .github/ISSUE_TEMPLATE/bug_report.yml

---------

Co-authored-by: ITOH <to@itoh.at>
2023-10-30 21:36:16 +00:00

34 lines
1.1 KiB
YAML

name: Feature Request
description: Suggest an idea for this project
title: '[Feat]: '
labels: ['t-feat']
body:
- type: markdown
attributes:
value: |
We appreciate all feedback and suggestions for new features and look forward to hearing all about yours!
- type: textarea
attributes:
label: Tell us what problem the feature would solve
description: Provide as much information as possible and be descriptive, ex. I'm always frustrated when [...]
validations:
required: true
- type: textarea
attributes:
label: Describe the solution you'd like
description: A clear and concise description of what you want to happen.
validations:
required: true
- type: textarea
attributes:
label: Describe alternatives you've considered
description: A clear and concise description of any alternative solutions or features you've considered.
validations:
required: true
- type: textarea
attributes:
label: Additional Info
description: Add any other context or screenshots about the feature request here.
validations:
required: false