From 3a21d6b8565c9531e518c0567f9f730b9d7a38bf Mon Sep 17 00:00:00 2001 From: Yoshihiro Misawa Date: Mon, 10 Apr 2017 11:44:04 +0900 Subject: [PATCH] Create ISSUE_TEMPLATE.md --- .github/ISSUE_TEMPLATE.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 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..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