cChardet/.github/ISSUE_TEMPLATE.md
2017-04-10 12:16:26 +09:00

25 lines
334 B
Markdown

### OS/Arch
```bash
$ python -c 'import platform;print(platform.uname())'
```
### Python version
```bash
$ python --version
```
### cChardet version
```bash
$ python -c 'import cchardet;print(cchardet.__version__)'
```
### What is the problem?
#### Expected behavior
#### Actual behavior
#### Steps to reproduce the behavior