a2a7c6b062
* chore: ask for specific info in bug templates * fix: change how version is asked for in bug template
38 lines
1.1 KiB
Markdown
38 lines
1.1 KiB
Markdown
<!--
|
|
Thanks for opening an issue! A few things to keep in mind:
|
|
|
|
- The issue tracker is only for bugs and feature requests.
|
|
- Before reporting a bug, please try reproducing your issue against
|
|
the latest version of Electron.
|
|
- If you need general advice, join our Slack: http://atom-slack.herokuapp.com
|
|
-->
|
|
|
|
* Output of `node_modules/.bin/electron --version`:
|
|
* Operating System (Platform and Version):
|
|
|
|
<!-- If this used to work -->
|
|
* Output of `node_modules/.bin/electron --version` on last known working Electron version (if applicable):
|
|
|
|
### Expected behavior
|
|
|
|
<!-- What do you think should happen? -->
|
|
|
|
### Actual behavior
|
|
|
|
<!-- What actually happens? -->
|
|
|
|
### How to reproduce
|
|
|
|
<!--
|
|
|
|
Your best chance of getting this bug looked at quickly is to provide a REPOSITORY that can be cloned and run.
|
|
|
|
You can fork https://github.com/electron/electron-quick-start and include a link to the branch with your changes.
|
|
|
|
If you provide a URL, please list the commands required to clone/setup/run your repo e.g.
|
|
|
|
$ git clone $YOUR_URL -b $BRANCH
|
|
$ npm install
|
|
$ npm start || electron .
|
|
|
|
-->
|