Incorporate feedback
authorKevin Sawicki <kevin@github.com>
Mon, 6 Mar 2017 17:48:11 +0000 (09:48 -0800)
committerGitHub <noreply@github.com>
Mon, 6 Mar 2017 17:48:11 +0000 (09:48 -0800)
ISSUE_TEMPLATE.md

index 1dac63b..82803b0 100644 (file)
@@ -19,9 +19,12 @@ Thanks for opening an issue! A few things to keep in mind:
 <!-- What actually happens? -->
 
 ### How to reproduce
+
 <!-- 
 
-Your best chance of getting the bug fixed quickly is to provide a REPOSITORY that can be cloned and run.
+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.
 
@@ -29,6 +32,4 @@ If you provide a URL, please list the commands required to clone/setup/run your
   $ npm install
   $ npm start || electron .
 
-You can fork https://github.com/electron/electron-quick-start and submit the branch with your changes
-
 -->