summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorBrian Grohe <grohe43@gmail.com>2019-05-06 14:30:06 +0000
committerBrian Grohe <grohe43@gmail.com>2019-05-06 15:34:57 +0000
commitecc09a5edc80787be6733a04f4b31af35e7de976 (patch)
treede3aa9365fb2e67913e690e9b9ad20bbd1e12d4e /.github
parentbaf01249d2bb662390f66a5574a264d723862b8e (diff)
downloadclick-ecc09a5edc80787be6733a04f4b31af35e7de976.tar.gz
Copy flask issue template to Click
This is still using the older style of github templates to keep consistency with other flask projects closes #624
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE.md33
1 files changed, 33 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md
new file mode 100644
index 0000000..8f31ae9
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE.md
@@ -0,0 +1,33 @@
+**This issue tracker is a tool to address bugs in Click itself.
+Please use the #pocoo IRC channel on freenode, the Discord server or
+Stack Overflow for general questions about using Flask or issues
+not related to Click.**
+
+If you'd like to report a bug in Click, fill out the template below. Provide
+any extra information that may be useful / related to your problem.
+Ideally, create an [MCVE](https://stackoverflow.com/help/mcve), which helps us
+understand the problem and helps check that it is not caused by something in
+your code.
+
+---
+
+### Expected Behavior
+
+Tell us what should happen.
+
+```python
+Paste a minimal example that causes the problem.
+```
+
+### Actual Behavior
+
+Tell us what happens instead.
+
+```pytb
+Paste the full traceback if there was an exception.
+```
+
+### Environment
+
+* Python version:
+* Click version: