Browse Source

Adds issue template (thanks Duncan Betts)

Ask Solem 8 years ago
parent
commit
9fbd75c41d
1 changed files with 12 additions and 0 deletions
  1. 12 0
      .github/ISSUE_TEMPLATE

+ 12 - 0
.github/ISSUE_TEMPLATE

@@ -0,0 +1,12 @@
+## Checklist
+
+- [ ] I have included the output of ``celery -A proj report`` in the issue.
+      (if you are not able to do this, then at least specify the Celery
+       version affected).
+- [ ] I have verified that the issue exists against the `master` branch of Celery.
+
+## Steps to reproduce
+
+## Expected behavior
+
+## Actual behavior