瀏覽代碼

Update issue_template.md

Cammy 7 年之前
父節點
當前提交
00fd8beabc
共有 1 個文件被更改,包括 10 次插入0 次删除
  1. 10 0
      .github/issue_template.md

+ 10 - 0
.github/issue_template.md

@@ -21,6 +21,16 @@ I am using:
 
 
 ### To report a bug, fill in the information below.
 ### To report a bug, fill in the information below.
 
 
+###### Python version
+Run ```python -V``` or ```python3 -V``` and paste its output below.
+
+**Example:**
+```bash
+C:\Users\User
+$ python3 -V
+Python 3.6.4
+```
+
 ###### Command used
 ###### Command used
 Paste the command here that you are running. Remove any information like usernames and passwords.
 Paste the command here that you are running. Remove any information like usernames and passwords.