From 40316619a1f341583fe648e3ed3843b79b95305e Mon Sep 17 00:00:00 2001 From: Andrew Godwin Date: Sat, 1 Oct 2016 10:43:36 -0700 Subject: [PATCH] Making the issue template a bit more generic --- .github/ISSUE_TEMPLATE.md | 34 ++++++++++------------------------ 1 file changed, 10 insertions(+), 24 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 1d2996f..9e8ea48 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,27 +1,13 @@ -## Submit a feature request or bug report +If you're submitting a feature request, please try to include: -### Versions +- Detailed description of the overall behaviour +- Reasoning why it should be in Channels rather than a third-party app +- Examples of usage, if possible (it's easier to discuss concrete code examples) -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:** +If you're submitting a bug report, please include: +- Your OS and runtime environment, and browser if applicable +- The versions of Channels, Daphne, Django, Twisted, and your ASGI backend (asgi_ipc or asgi_redis normally) +- What you expected to happen vs. what actually happened +- How you're running Channels (runserver? daphne/runworker? Nginx/Apache in front?) +- Console logs and full tracebacks of any errors