p.d-wiki/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.yaml

24 lines
908 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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