cChardet/.github/ISSUE_TEMPLATE.md

26 lines
334 B
Markdown
Raw Normal View History

2017-04-10 03:16:26 +00:00
### OS/Arch
```bash
$ python -c 'import platform;print(platform.uname())'
```
2017-04-10 02:44:04 +00:00
### Python version
```bash
$ python --version
```
### cChardet version
2017-04-10 03:16:26 +00:00
```bash
$ python -c 'import cchardet;print(cchardet.__version__)'
2017-04-10 02:44:04 +00:00
```
### What is the problem?
#### Expected behavior
#### Actual behavior
#### Steps to reproduce the behavior