aboutsummaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE/feature_request.yml
diff options
context:
space:
mode:
authorKowlin <[email protected]>2021-02-20 00:49:49 +0100
committerGitHub <[email protected]>2021-02-19 18:49:49 -0500
commit0203d0339b2e09ea78455b4c46e4651f7afe57da (patch)
tree55d6a6d9fa7071e0ab91b0bda29a79091fd3416b /.github/ISSUE_TEMPLATE/feature_request.yml
parentAdd Permissions.use_slash_commands (diff)
downloaddiscord.py-0203d0339b2e09ea78455b4c46e4651f7afe57da.tar.xz
discord.py-0203d0339b2e09ea78455b4c46e4651f7afe57da.zip
Update issue templates for migration
Diffstat (limited to '.github/ISSUE_TEMPLATE/feature_request.yml')
-rw-r--r--.github/ISSUE_TEMPLATE/feature_request.yml12
1 files changed, 9 insertions, 3 deletions
diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml
index 598ac705..1e338978 100644
--- a/.github/ISSUE_TEMPLATE/feature_request.yml
+++ b/.github/ISSUE_TEMPLATE/feature_request.yml
@@ -2,28 +2,32 @@ name: Feature Request
about: Suggest a feature for this library
labels: feature request
issue_body: true
-inputs:
+body:
- type: input
attributes:
label: Summary
description: >
A short summary of what your feature request is.
+ validations:
required: true
- type: dropdown
attributes:
+ multiple: false
label: What is the feature request for?
- required: true
- choices:
+ options:
- The core library
- discord.ext.commands
- discord.ext.tasks
- The documentation
+ validations:
+ required: true
- type: textarea
attributes:
label: The Problem
description: >
What problem is your feature trying to solve?
What becomes easier or possible when this feature is implemented?
+ validations:
required: true
- type: textarea
attributes:
@@ -31,10 +35,12 @@ inputs:
description: >
What is your ideal solution to the problem?
What would you like this feature to do?
+ validations:
required: true
- type: textarea
attributes:
label: The Current Solution
description: >
What is the current solution to the problem, if any?
+ validations:
required: false