diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 571435c..223c5f6 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,20 +1,21 @@ +### OS/Arch + +```bash +$ python -c 'import platform;print(platform.uname())' +``` + ### Python version ```bash $ python --version ``` -```` - ### cChardet version -```python -import cchardet -print(cchardet.__version__) +```bash +$ python -c 'import cchardet;print(cchardet.__version__)' ``` -```` - ### What is the problem? #### Expected behavior