diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md
new file mode 100644
index 0000000..571435c
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE.md
@@ -0,0 +1,24 @@
+### Python version
+
+```bash
+$ python --version
+```
+
+````
+
+### cChardet version
+
+```python
+import cchardet
+print(cchardet.__version__)
+```
+
+````
+
+### What is the problem?
+
+#### Expected behavior
+
+#### Actual behavior
+
+#### Steps to reproduce the behavior