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
This commit is contained in:
Charles Kerr 2018-08-22 10:21:54 -05:00 committed by Shelley Vohr
parent 79eac1fdcb
commit a2a7c6b062
2 changed files with 5 additions and 5 deletions

View file

@ -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 - If you need general advice, join our Slack: http://atom-slack.herokuapp.com
--> -->
* Electron version: * Output of `node_modules/.bin/electron --version`:
* Operating system: * Operating System (Platform and Version):
<!-- If this used to work --> <!-- 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 ### Expected behavior

View file

@ -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): * 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** **Expected Behavior**
A clear and concise description of what you expected to happen. A clear and concise description of what you expected to happen.