2024-02-25 23:12:21 +00:00
|
|
|
name: Feature Request
|
2024-02-25 23:14:06 +00:00
|
|
|
description: 🍖 Create a Feature Request
|
|
|
|
labels: ["Kind/🍖 Feature"]
|
2024-02-25 23:12:21 +00:00
|
|
|
body:
|
|
|
|
- type: markdown
|
|
|
|
attributes:
|
|
|
|
value: |
|
|
|
|
Thanks for taking the time to suggest some new features for the bot
|
|
|
|
- type: checkboxes
|
|
|
|
attributes:
|
|
|
|
label: Requirements
|
2024-02-25 23:12:47 +00:00
|
|
|
description: Before you create a feature request, please check the following -
|
2024-02-25 23:12:21 +00:00
|
|
|
options:
|
2024-02-25 23:14:06 +00:00
|
|
|
- label: Check to see if this request already exists [here](https://git.programming.dev/Programming.Dev/p.d-wiki/issues?state=open&labels=2)
|
2024-02-25 23:12:21 +00:00
|
|
|
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
|