Update ISSUE_TEMPLATE.md

This commit is contained in:
Yoshihiro Misawa 2017-04-10 12:16:26 +09:00 committed by GitHub
parent 3a21d6b856
commit 1f1e8c1ab1

View file

@ -1,20 +1,21 @@
### OS/Arch
```bash
$ python -c 'import platform;print(platform.uname())'
```
### Python version ### Python version
```bash ```bash
$ python --version $ python --version
``` ```
``<INPUT PYTHON VERSION>``
### cChardet version ### cChardet version
```python ```bash
import cchardet $ python -c 'import cchardet;print(cchardet.__version__)'
print(cchardet.__version__)
``` ```
``<INPUT CCHARDET VERSION>``
### What is the problem? ### What is the problem?
#### Expected behavior #### Expected behavior