cChardet/.github/ISSUE_TEMPLATE.md
2017-04-10 11:44:04 +09:00

24 lines
300 B
Markdown

### 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