From 610f69af80cf761dfd97aab73a1cbd03a3b6a398 Mon Sep 17 00:00:00 2001 From: Matt Rosno Date: Mon, 16 Dec 2019 12:23:01 -0600 Subject: [PATCH] chore: add system squad label to issue template (#4887) --- .github/ISSUE_TEMPLATE/accessibility-issue.md | 2 +- .github/ISSUE_TEMPLATE/bug-report.md | 4 ++-- .../feature-request-or-enhancement.md | 16 ++++++++++++---- .github/ISSUE_TEMPLATE/question.md | 4 ++-- 4 files changed, 17 insertions(+), 9 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/accessibility-issue.md b/.github/ISSUE_TEMPLATE/accessibility-issue.md index d171b700dc6a..48f6086558d0 100644 --- a/.github/ISSUE_TEMPLATE/accessibility-issue.md +++ b/.github/ISSUE_TEMPLATE/accessibility-issue.md @@ -2,7 +2,7 @@ name: Accessibility Issue ♿ about: Report an accessibility or usability issue title: '' -labels: 'type: a11y ♿' +labels: 'type: a11y ♿', 'squad: system' assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index b62d8557f6a1..360fc8537dc6 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -1,8 +1,8 @@ --- -name: "Bug Report \U0001F41B" +name: "Bug Report 🐛" about: Something isn't working as expected? Here is the right place to report. title: '' -labels: "type: bug \U0001F41B" +labels: "type: bug 🐛", "squad: system" assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/feature-request-or-enhancement.md b/.github/ISSUE_TEMPLATE/feature-request-or-enhancement.md index 4adab86f25e5..31610d765057 100644 --- a/.github/ISSUE_TEMPLATE/feature-request-or-enhancement.md +++ b/.github/ISSUE_TEMPLATE/feature-request-or-enhancement.md @@ -1,8 +1,8 @@ --- -name: "Feature request or enhancement \U0001F4A1" +name: "Feature request or enhancement 💡" about: Suggest an idea for this project title: '' -labels: "type: enhancement \U0001F4A1" +labels: "type: enhancement 💡", "squad: system" assignees: '' --- @@ -15,8 +15,8 @@ If you are reporting a bug or problem, please use the bug template instead. Please describe your request in one or two sentences. -Clarify if you are asking for both design and development, or just design, or -just development. +Clarify if you are asking for design, development, or both design and +development. ### Justification @@ -24,9 +24,13 @@ Provide the business reasons for this request. ### Desired UX and success metrics + + Describe the full user experience for this feature. Also define the metrics by which we can measure success/failure for the user. + + ### "Must have" functionality Highlight any "must have" needs and functionality for the request. @@ -36,9 +40,13 @@ you to define functionality based on the desired UX. ### Specific timeline issues / requests + + Do you want this work within a specific time period? Is it related to an upcoming release? + + _NB: The Carbon team will try to work with your timeline, but it's not guaranteed. The earlier you make a request in advance of a desired delivery date, the better!_ diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md index c41e41e1a2c2..734c8a0d24df 100644 --- a/.github/ISSUE_TEMPLATE/question.md +++ b/.github/ISSUE_TEMPLATE/question.md @@ -1,8 +1,8 @@ --- name: Question ❓ -about: Usage question or discussion about Carbon Components. +about: Usage question or discussion about Carbon components title: '' -labels: 'type: question :question:' +labels: 'type: question ❓', 'squad: system' assignees: '' ---