From c70d1be8042b9460642b40ae8344adccc741387a Mon Sep 17 00:00:00 2001 From: Daniel Duan <1474548+danielduan@users.noreply.github.com> Date: Wed, 21 Mar 2018 17:26:02 -0400 Subject: [PATCH 1/3] Update ISSUE_TEMPLATE.md --- .github/ISSUE_TEMPLATE.md | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index b8d4ef2a7ca2..1710b57e1bcc 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,4 +1,5 @@ -### Issue details +[//]: # (If you are reporting a bug or requesting support, start here:) +### Bug or support request summary _Please provide issue details here - What did you expect to happen? What happened instead?_ @@ -24,3 +25,23 @@ _(A screencast can be useful for visual bugs, but it is not a substitute for a t ```js // code here ``` +[//]: # (End bug report support request - delete the rest below) + + +[//]: # (If you are creating a issue to track work to be completed, start here:) +### Work summary + +_Please provide a description of the work to be completed here - Include some context as to why something needs to be done and link any related tickets._ + +### Where to start + +_Please list the file(s) a contributor needs to figure out where to start work and include any docs or tutorials that may be applicable._ + +### Acceptance criteria + +_Please inclide a checklist of the requirements necessary to close this ticket. The work should be narrowly scoped and limited to a few hours worth by an experienced developer at the most._ + +### Who to contact + +_Add yourself or someone who is familiar with the code changes and requirements. This person(s) should be able to review the completed code._ +[//]: # (End work issue - please tag this issue with the correct status and type labels) From 79f7877f41a3521716a16a420057fa71ffec02c5 Mon Sep 17 00:00:00 2001 From: Daniel Duan <1474548+danielduan@users.noreply.github.com> Date: Wed, 21 Mar 2018 17:30:12 -0400 Subject: [PATCH 2/3] Update ISSUE_TEMPLATE.md --- .github/ISSUE_TEMPLATE.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 1710b57e1bcc..86588fd40c30 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,4 +1,4 @@ -[//]: # (If you are reporting a bug or requesting support, start here:) +If you are reporting a bug or requesting support, start here: ### Bug or support request summary _Please provide issue details here - What did you expect to happen? What happened instead?_ @@ -25,10 +25,10 @@ _(A screencast can be useful for visual bugs, but it is not a substitute for a t ```js // code here ``` -[//]: # (End bug report support request - delete the rest below) +End bug report support request - delete the rest below -[//]: # (If you are creating a issue to track work to be completed, start here:) +If you are creating a issue to track work to be completed, start here: ### Work summary _Please provide a description of the work to be completed here - Include some context as to why something needs to be done and link any related tickets._ @@ -44,4 +44,4 @@ _Please inclide a checklist of the requirements necessary to close this ticket. ### Who to contact _Add yourself or someone who is familiar with the code changes and requirements. This person(s) should be able to review the completed code._ -[//]: # (End work issue - please tag this issue with the correct status and type labels) +End work issue - please tag this issue with the correct status and type labels From e99c0368a613c604d405e4b19a395304234c060f Mon Sep 17 00:00:00 2001 From: Daniel Duan <1474548+danielduan@users.noreply.github.com> Date: Wed, 21 Mar 2018 17:31:52 -0400 Subject: [PATCH 3/3] Update ISSUE_TEMPLATE.md --- .github/ISSUE_TEMPLATE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 86588fd40c30..1f1a7637fbd9 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -39,9 +39,9 @@ _Please list the file(s) a contributor needs to figure out where to start work a ### Acceptance criteria -_Please inclide a checklist of the requirements necessary to close this ticket. The work should be narrowly scoped and limited to a few hours worth by an experienced developer at the most._ +_Please include a checklist of the requirements necessary to close this ticket. The work should be narrowly scoped and limited to a few hours worth by an experienced developer at the most._ ### Who to contact -_Add yourself or someone who is familiar with the code changes and requirements. This person(s) should be able to review the completed code._ +_Add yourself and/or people who are familiar with the code changes and requirements. These people should be able to review the completed code._ End work issue - please tag this issue with the correct status and type labels