Browse Source

chore: ask for specific info in bug templates (#14229)

* chore: ask for specific info in bug templates

* fix: change how version is asked for in bug template
Charles Kerr 6 years ago
parent
commit
a2a7c6b062
2 changed files with 5 additions and 5 deletions
  1. 3 3
      .github/ISSUE_TEMPLATE.md
  2. 2 2
      .github/ISSUE_TEMPLATE/Bug_report.md

+ 3 - 3
.github/ISSUE_TEMPLATE.md

@@ -7,11 +7,11 @@ Thanks for opening an issue! A few things to keep in mind:
 - If you need general advice, join our Slack: http://atom-slack.herokuapp.com
 -->
 
-* Electron version:
-* Operating system:
+* Output of `node_modules/.bin/electron --version`:
+* Operating System (Platform and Version):
 
 <!-- If this used to work -->
-* Last known working Electron version: 
+* Output of `node_modules/.bin/electron --version` on last known working Electron version (if applicable):
 
 ### Expected behavior
 

+ 2 - 2
.github/ISSUE_TEMPLATE/Bug_report.md

@@ -4,9 +4,9 @@ about: Create a report to help us improve Electron
 
 ---
 
-* Electron Version:
+* Output of `node_modules/.bin/electron --version`:
 * Operating System (Platform and Version):
-* Last known working Electron version: 
+* Output of `node_modules/.bin/electron --version` on last known working Electron version (if applicable):
 
 **Expected Behavior**
 A clear and concise description of what you expected to happen.