mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-05 17:36:15 +00:00
35
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
35
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
@ -0,0 +1,35 @@
|
||||
---
|
||||
name: Bug Report
|
||||
about: Report broken or incorrect behaviour
|
||||
---
|
||||
|
||||
### Summary
|
||||
|
||||
<!-- A summary of your bug report -->
|
||||
|
||||
### Reproduction Steps
|
||||
|
||||
<!-- What you did to make it happen. Ideally there should be a short code snippet in this section to help reproduce the bug. -->
|
||||
|
||||
### Expected Results
|
||||
|
||||
<!-- What you expected to happen -->
|
||||
|
||||
### Actual Results
|
||||
|
||||
<!-- What actually happened. If there is a traceback, please show the entire thing. -->
|
||||
|
||||
|
||||
### Checklist
|
||||
|
||||
<!-- Put an x inside [ ] to check it -->
|
||||
|
||||
- [ ] I have searched the open issues for duplicates.
|
||||
- [ ] I have shown the entire traceback, if possible.
|
||||
- [ ] I have removed my token from display, if visible.
|
||||
|
||||
### System Information
|
||||
|
||||
- discord.py version:
|
||||
- Python version:
|
||||
- Operating system:
|
26
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
26
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
@ -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. -->
|
11
.github/ISSUE_TEMPLATE/question.md
vendored
Normal file
11
.github/ISSUE_TEMPLATE/question.md
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
---
|
||||
name: Question about the library
|
||||
about: Please ask for help in Discord instead - https://discord.gg/r3sSKJJ
|
||||
---
|
||||
|
||||
Generally speaking support questions are better answered in our Discord server. The response rate is faster and many people are willing to help. If you **really** feel like the question belongs here then feel free to delete this text and continue on. **Please do not open issues about asking how to implement a feature in your bot, these will be instantly closed.**
|
||||
|
||||
Our support servers can be found here:
|
||||
|
||||
Official server: https://discord.gg/r3sSKJJ
|
||||
Discord API: https://discord.gg/discord-api
|
Reference in New Issue
Block a user