From 3531ba6bbdf0cb1274fd967390ac8038aae3fd9b Mon Sep 17 00:00:00 2001 From: Steve Steiner Date: Fri, 30 Sep 2016 21:11:20 -0400 Subject: [PATCH] Add GitHub issue template (#382) * Add github issue template to collect version info etc. * Evened up whitespace --- .github/ISSUE_TEMPLATE.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..1d2996f --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,27 @@ +## Submit a feature request or bug report + +### Versions + +OS/Version: + +Django: + +Channels: + +Daphne: + +Twisted: + +### Connection Information + +**Are you connecting to daphne/runserver directly? If not, please describe the connection.** + + +**What is the current behavior? (please include logs/output)** + + +**What is the expected or desired behavior?** + + +**Any other/relevant information:** +