From 6cc753c18e150064fadf2848615e358aa2f25330 Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Thu, 3 May 2018 10:38:42 +1000 Subject: [PATCH 1/5] introduce distinct issue templates --- .github/ISSUE_TEMPLATE/Bug_report.md | 71 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/Feature_request.md | 17 ++++++ 2 files changed, 88 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/Bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/Feature_request.md diff --git a/.github/ISSUE_TEMPLATE/Bug_report.md b/.github/ISSUE_TEMPLATE/Bug_report.md new file mode 100644 index 00000000000..7934532b01b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Bug_report.md @@ -0,0 +1,71 @@ +--- +name: Bug report +about: Report a problem encountered while using GitHub Desktop + +--- + + + +## Description + + + +## Version + +* GitHub Desktop: + +* Operating system: + + +## Steps to Reproduce + + +### Expected Behavior + + +### Actual Behavior + + + +## Additional Information + + +### Logs + diff --git a/.github/ISSUE_TEMPLATE/Feature_request.md b/.github/ISSUE_TEMPLATE/Feature_request.md new file mode 100644 index 00000000000..f1de657d293 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Feature_request.md @@ -0,0 +1,17 @@ +--- +name: Feature request +about: Suggest an idea to improve GitHub Desktop + +--- + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**Describe alternatives you've considered** +A clear and concise description of any alternative solutions or features you've considered. + +**Additional context** +Add any other context or screenshots about the feature request here. From d8fa04975872ebee4f3568737acb2453e930a179 Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Thu, 3 May 2018 10:50:34 +1000 Subject: [PATCH 2/5] make these lowercase because it hurts my sensibilities --- .github/ISSUE_TEMPLATE/{Bug_report.md => bug_report.md} | 0 .github/ISSUE_TEMPLATE/{Feature_request.md => feature_request.md} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename .github/ISSUE_TEMPLATE/{Bug_report.md => bug_report.md} (100%) rename .github/ISSUE_TEMPLATE/{Feature_request.md => feature_request.md} (100%) diff --git a/.github/ISSUE_TEMPLATE/Bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md similarity index 100% rename from .github/ISSUE_TEMPLATE/Bug_report.md rename to .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/Feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md similarity index 100% rename from .github/ISSUE_TEMPLATE/Feature_request.md rename to .github/ISSUE_TEMPLATE/feature_request.md From 091de8152c0faced3b86b61c019d90bf63655ef7 Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Thu, 3 May 2018 10:50:53 +1000 Subject: [PATCH 3/5] remove old template --- .github/ISSUE_TEMPLATE.md | 65 --------------------------------------- 1 file changed, 65 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index 41d8e9e7452..00000000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,65 +0,0 @@ - - -## Description - - - -## Version - -* GitHub Desktop: - -* Operating system: - - -## Steps to Reproduce - - -### Expected Behavior - - -### Actual Behavior - - - -## Additional Information - - -### Logs - From 6fe3ed19d6c204f4952d360682722caf00b7a224 Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Fri, 4 May 2018 11:39:09 +1000 Subject: [PATCH 4/5] emojiiii --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 7934532b01b..56219510678 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,5 +1,5 @@ --- -name: Bug report +name: 🐛 Bug report about: Report a problem encountered while using GitHub Desktop --- diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index f1de657d293..243efc85410 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,5 +1,5 @@ --- -name: Feature request +name: 🎉 Feature request about: Suggest an idea to improve GitHub Desktop --- From d2349aa28943bff60ea7b0cc97d9693cb3f98ce2 Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Fri, 4 May 2018 11:40:19 +1000 Subject: [PATCH 5/5] revise issue template --- .github/ISSUE_TEMPLATE/feature_request.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 243efc85410..5602d04593b 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,17 +1,17 @@ --- name: 🎉 Feature request about: Suggest an idea to improve GitHub Desktop - --- **Is your feature request related to a problem? Please describe.** -A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] +A clear and concise description of what the problem is. Ex. I have an issue when [...] **Describe the solution you'd like** -A clear and concise description of what you want to happen. +A clear and concise description of what you want to happen. Add any considered drawbacks. **Describe alternatives you've considered** A clear and concise description of any alternative solutions or features you've considered. -**Additional context** -Add any other context or screenshots about the feature request here. +**Teachability, Documentation, Adoption, Migration Strategy** +If you can, explain how users will be able to use this. This will help the core team understand how the feture would work, and assist with future work like documentation. +Screenshots or mockups here are a great help! \ No newline at end of file