Create ISSUE_TEMPLATE.md
This commit is contained in:
parent
b1a976bca5
commit
3a21d6b856
1 changed files with 24 additions and 0 deletions
24
.github/ISSUE_TEMPLATE.md
vendored
Normal file
24
.github/ISSUE_TEMPLATE.md
vendored
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
### 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
|
Loading…
Reference in a new issue