Update ISSUE_TEMPLATE.md

This commit is contained in:
Jacob Groundwater 2017-02-06 14:57:04 -08:00 committed by GitHub
parent 8359c72347
commit b8e12a0d21

View file

@ -19,5 +19,16 @@ Thanks for opening an issue! A few things to keep in mind:
<!-- What actually happens? -->
### How to reproduce
<!--
<!-- For bugs, provide sample code or a repo URL that demos the problem -->
Your best chance of getting the bug fixed quickly is to provide a REPOSITORY that can be cloned and run.
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 .
You can fork https://github.com/electron/electron-quick-start and submit the branch with your changes
-->