diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md index 7552ddadc2..1dac63b5c7 100644 --- a/ISSUE_TEMPLATE.md +++ b/ISSUE_TEMPLATE.md @@ -19,5 +19,16 @@ Thanks for opening an issue! A few things to keep in mind: ### How to reproduce + +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 + +-->