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
```bash
$ python --version
```
``<INPUT PYTHON VERSION>``
### cChardet version
```python
import cchardet
print(cchardet.__version__)
```bash
$ python -c 'import cchardet;print(cchardet.__version__)'
```
``<INPUT CCHARDET VERSION>``
### What is the problem?
#### Expected behavior