Skip to content

Commit a2a7c6b

Browse files
ckerrcodebytere
authored andcommitted
chore: ask for specific info in bug templates (electron#14229)
* chore: ask for specific info in bug templates * fix: change how version is asked for in bug template
1 parent 79eac1f commit a2a7c6b

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/ISSUE_TEMPLATE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ Thanks for opening an issue! A few things to keep in mind:
77
- If you need general advice, join our Slack: http://atom-slack.herokuapp.com
88
-->
99

10-
* Electron version:
11-
* Operating system:
10+
* Output of `node_modules/.bin/electron --version`:
11+
* Operating System (Platform and Version):
1212

1313
<!-- If this used to work -->
14-
* Last known working Electron version:
14+
* Output of `node_modules/.bin/electron --version` on last known working Electron version (if applicable):
1515

1616
### Expected behavior
1717

.github/ISSUE_TEMPLATE/Bug_report.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ about: Create a report to help us improve Electron
44

55
---
66

7-
* Electron Version:
7+
* Output of `node_modules/.bin/electron --version`:
88
* Operating System (Platform and Version):
9-
* Last known working Electron version:
9+
* Output of `node_modules/.bin/electron --version` on last known working Electron version (if applicable):
1010

1111
**Expected Behavior**
1212
A clear and concise description of what you expected to happen.

0 commit comments

Comments
 (0)