Add .github/ISSUE_TEMPLATE/FEATURE_REQUEST.yaml

This commit is contained in:
Ategon 2024-02-25 23:12:21 +00:00
parent 56acba3a72
commit 34fb7ae8d8
1 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,24 @@
name: Feature Request
description: 🌱 Create a Feature Request
labels: ["Kind/🥪 Enhancement"]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to suggest some new features for the bot
- type: checkboxes
attributes:
label: Requirements
description: Before you create a feature request, please check the following
options:
- label: Check to see if this request already exists [here](https://git.programming.dev/Programming.Dev/p.d-wiki/issues)
required: true
- label: Make sure It's a single feature. Please don't request multiple features in one issue.
required: true
- type: textarea
id: description
attributes:
label: Describe the feature you want
description: Give a good description of what you want added. Also explain why its needed
validations:
required: true