Skip to content

Commit b727a4f

Browse files
author
Andrew Godwin
authored
Add issue template
1 parent e2416af commit b727a4f

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
Issues are for **concrete, actionable bugs and feature requests** only - if you're just asking for debugging help or technical support we have to direct you elsewhere. If you just have questions or support requests please use:
2+
3+
- Stack Overflow
4+
- The Django Users mailing list [email protected] (https://groups.google.com/forum/#!forum/django-users)
5+
6+
We have to limit this because of limited volunteer time to respond to issues!
7+
8+
Please also try and include, if you can:
9+
10+
- Your OS and runtime environment, and browser if applicable
11+
- A `pip freeze` output showing your package versions
12+
- What you expected to happen vs. what actually happened
13+
- How you're running Channels (runserver? daphne/runworker? Nginx/Apache in front?)
14+
- Console logs and full tracebacks of any errors

0 commit comments

Comments
 (0)