Update ISSUE_TEMPLATE.md
authorJacob Groundwater <groundwater@github.com>
Mon, 6 Feb 2017 22:57:04 +0000 (14:57 -0800)
committerGitHub <noreply@github.com>
Mon, 6 Feb 2017 22:57:04 +0000 (14:57 -0800)
ISSUE_TEMPLATE.md

index 7552dda..1dac63b 100644 (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
+
+-->