Create ISSUE_TEMPLATE.md

This commit is contained in:
Yoshihiro Misawa 2017-04-10 11:44:04 +09:00 committed by GitHub
parent b1a976bca5
commit 3a21d6b856

24
.github/ISSUE_TEMPLATE.md vendored Normal file
View file

@ -0,0 +1,24 @@
### Python version
```bash
$ python --version
```
``<INPUT PYTHON VERSION>``
### cChardet version
```python
import cchardet
print(cchardet.__version__)
```
``<INPUT CCHARDET VERSION>``
### What is the problem?
#### Expected behavior
#### Actual behavior
#### Steps to reproduce the behavior