diff options
| author | Rapptz <[email protected]> | 2021-02-02 03:46:20 -0500 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2021-02-02 03:46:20 -0500 |
| commit | 82edc252e0b315134a482195553ca21ab8ec2890 (patch) | |
| tree | ae2119d362976478dd54ebb7af86af71761ed800 /.github/ISSUE_TEMPLATE/feature_request.yml | |
| parent | Always inject the HTML builder even in RTD builds (diff) | |
| download | discord.py-82edc252e0b315134a482195553ca21ab8ec2890.tar.xz discord.py-82edc252e0b315134a482195553ca21ab8ec2890.zip | |
Switch issue templates to use the new issue forms alpha
Diffstat (limited to '.github/ISSUE_TEMPLATE/feature_request.yml')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/feature_request.yml | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml new file mode 100644 index 00000000..598ac705 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -0,0 +1,40 @@ +name: Feature Request +about: Suggest a feature for this library +labels: feature request +issue_body: true +inputs: + - type: input + attributes: + label: Summary + description: > + A short summary of what your feature request is. + required: true + - type: dropdown + attributes: + label: What is the feature request for? + required: true + choices: + - The core library + - discord.ext.commands + - discord.ext.tasks + - The documentation + - 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? + required: true + - type: textarea + attributes: + label: The Ideal Solution + description: > + What is your ideal solution to the problem? + What would you like this feature to do? + required: true + - type: textarea + attributes: + label: The Current Solution + description: > + What is the current solution to the problem, if any? + required: false |