diff options
| author | Kowlin <[email protected]> | 2021-02-20 00:49:49 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-02-19 18:49:49 -0500 |
| commit | 0203d0339b2e09ea78455b4c46e4651f7afe57da (patch) | |
| tree | 55d6a6d9fa7071e0ab91b0bda29a79091fd3416b /.github/ISSUE_TEMPLATE/feature_request.yml | |
| parent | Add Permissions.use_slash_commands (diff) | |
| download | discord.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.yml | 12 |
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 |