Update issue templates
This commit is contained in:
parent
f4b4e3a58c
commit
57e79882e1
25
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
25
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
---
|
||||||
|
name: Bug report
|
||||||
|
about: Create a report to help us improve
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
**Describe the bug**
|
||||||
|
A clear and concise description of what the bug is, make sure to paste any exceptions and tracebacks.
|
||||||
|
|
||||||
|
|
||||||
|
**Code snippet**
|
||||||
|
Relevant source code, make sure to remove what is not necessary.
|
||||||
|
|
||||||
|
|
||||||
|
**Expected behavior**
|
||||||
|
A clear and concise description of what you expected to happen.
|
||||||
|
|
||||||
|
|
||||||
|
**Environment (please complete the following information):**
|
||||||
|
- OS: [e.g. iOS]
|
||||||
|
- Version [e.g. 0.8.3]
|
||||||
|
|
||||||
|
|
||||||
|
**Additional context**
|
||||||
|
Add any other context about the problem here.
|
16
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
16
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
---
|
||||||
|
name: Feature request
|
||||||
|
about: Suggest an idea for Sanic
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
**Is your feature request related to a problem? Please describe.**
|
||||||
|
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
|
||||||
|
|
||||||
|
|
||||||
|
**Describe the solution you'd like**
|
||||||
|
A clear and concise description of what you want to happen.
|
||||||
|
|
||||||
|
|
||||||
|
**Additional context**
|
||||||
|
Add any other context or sample code about the feature request here.
|
13
.github/ISSUE_TEMPLATE/help-wanted.md
vendored
Normal file
13
.github/ISSUE_TEMPLATE/help-wanted.md
vendored
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
---
|
||||||
|
name: Help wanted
|
||||||
|
about: Do you need help? Try community.sanicframework.org
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
*DELETE ALL BEFORE POSTING*
|
||||||
|
*Post your HELP WANTED questions on [the community forum](https://community.sanicframework.org/)*.
|
||||||
|
|
||||||
|
Checkout the community forum before posting any question here.
|
||||||
|
We prefer if you put these kinds of questions here:
|
||||||
|
|
||||||
|
https://community.sanicframework.org/c/questions-and-help
|
Loading…
Reference in New Issue
Block a user