electron/ISSUE_TEMPLATE.md

36 строки
900 B
Markdown
Исходник Обычный вид История

2016-11-04 22:12:37 +03:00
<!--
Thanks for opening an issue! A few things to keep in mind:
- The issue tracker is only for bugs and feature requests.
2016-11-05 01:11:40 +03:00
- Before reporting a bug, please try reproducing your issue against
the latest version of Electron.
2016-11-04 22:12:37 +03:00
- If you need general advice, join our Slack: http://atom-slack.herokuapp.com
-->
* Electron version:
* Operating system:
### Expected behavior
2016-11-05 01:11:40 +03:00
<!-- What do you think should happen? -->
### Actual behavior
2016-11-05 01:11:40 +03:00
<!-- What actually happens? -->
### How to reproduce
2017-03-06 20:48:11 +03:00
2017-02-07 01:57:04 +03:00
<!--
2017-03-06 20:48:11 +03:00
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.
2017-02-07 01:57:04 +03:00
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 .
-->