mirror of
https://github.com/discordeno/discordeno.git
synced 2026-05-21 02:40:08 +00:00
* 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>
34 lines
1.1 KiB
YAML
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
|