diff options
| author | Rapptz <[email protected]> | 2019-03-05 20:57:03 -0500 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2019-03-08 19:59:19 -0500 |
| commit | 52e17d1c2dada8c1449615e83f2cd557e2dac339 (patch) | |
| tree | 4de12522ca05bc158eb4f4c68d8f78e99d746671 /.github/ISSUE_TEMPLATE/feature_request.md | |
| parent | Have use_cached=True by default for Attachment.save. (diff) | |
| download | discord.py-52e17d1c2dada8c1449615e83f2cd557e2dac339.tar.xz discord.py-52e17d1c2dada8c1449615e83f2cd557e2dac339.zip | |
Add github templates and CONTRIBUTING.md file.
Fix for #1685
Diffstat (limited to '.github/ISSUE_TEMPLATE/feature_request.md')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/feature_request.md | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..8bb8edeb --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,26 @@ +--- +name: Feature Request +about: Suggest a feature for this library +--- + +### The Problem + +<!-- +What problem is your feature trying to solve? What becomes easier or possible when this feature is implemented? +--> + +### The Ideal Solution + +<!-- +What is your ideal solution to the problem? What would you like this feature to do? +--> + +### The Current Solution + +<!-- +What is the current solution to the problem, if any? +--> + +### Summary + +<!-- A short summary of your feature request. --> |