From 1f1e8c1ab132b1e928ce3317800c5b59967522a9 Mon Sep 17 00:00:00 2001 From: Yoshihiro Misawa Date: Mon, 10 Apr 2017 12:16:26 +0900 Subject: [PATCH] Update ISSUE_TEMPLATE.md --- .github/ISSUE_TEMPLATE.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) 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