From b8e12a0d21a4950b72d73ca7ff117a6058bdda80 Mon Sep 17 00:00:00 2001 From: Jacob Groundwater Date: Mon, 6 Feb 2017 14:57:04 -0800 Subject: [PATCH 1/2] Update ISSUE_TEMPLATE.md --- ISSUE_TEMPLATE.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) 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 + +--> From e485ff6cea16cbde08b8611a61e17a6e57c27a94 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Mon, 6 Mar 2017 09:48:11 -0800 Subject: [PATCH 2/2] Incorporate feedback --- ISSUE_TEMPLATE.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md index 1dac63b5c7..82803b0936 100644 --- a/ISSUE_TEMPLATE.md +++ b/ISSUE_TEMPLATE.md @@ -19,9 +19,12 @@ Thanks for opening an issue! A few things to keep in mind: ### How to reproduce +