Update ISSUE_TEMPLATE.md
This commit is contained in:
parent
3a21d6b856
commit
1f1e8c1ab1
1 changed files with 8 additions and 7 deletions
15
.github/ISSUE_TEMPLATE.md
vendored
15
.github/ISSUE_TEMPLATE.md
vendored
|
@ -1,20 +1,21 @@
|
||||||
|
### OS/Arch
|
||||||
|
|
||||||
|
```bash
|
||||||
|
$ python -c 'import platform;print(platform.uname())'
|
||||||
|
```
|
||||||
|
|
||||||
### Python version
|
### Python version
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ python --version
|
$ python --version
|
||||||
```
|
```
|
||||||
|
|
||||||
``<INPUT PYTHON VERSION>``
|
|
||||||
|
|
||||||
### cChardet version
|
### cChardet version
|
||||||
|
|
||||||
```python
|
```bash
|
||||||
import cchardet
|
$ python -c 'import cchardet;print(cchardet.__version__)'
|
||||||
print(cchardet.__version__)
|
|
||||||
```
|
```
|
||||||
|
|
||||||
``<INPUT CCHARDET VERSION>``
|
|
||||||
|
|
||||||
### What is the problem?
|
### What is the problem?
|
||||||
|
|
||||||
#### Expected behavior
|
#### Expected behavior
|
||||||
|
|
Loading…
Reference in a new issue