Skip to content

Commit

Permalink
update label automation for bug, feature, and question templates
Browse files Browse the repository at this point in the history
  • Loading branch information
dakahn authored May 7, 2019
1 parent b671ee6 commit 14c5f1e
Show file tree
Hide file tree
Showing 5 changed files with 51 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/accessibility-issue--.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ about: Report an accessibility or usability issue
title: ''
labels: 'type: a11y ♿'
assignees: ''

---

<!-- Feel free to remove sections that aren't relevant.
Expand Down
3 changes: 2 additions & 1 deletion .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
name: "Bug Report \U0001F41B"
about: Something isn't working as expected? Here is the right place to report.
title: ''
labels: ''
labels: "type: bug \U0001F41B"
assignees: ''

---

<!-- Feel free to remove sections that aren't relevant.
Expand Down
44 changes: 44 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request-or-enhancement---.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
---
name: "Feature request or enhancement \U0001F4A1"
about: Suggest an idea for this project
title: ''
labels: "type: enhancement \U0001F4A1"
assignees: ''

---

Use this template if you want to request a new feature, or a change to an existing feature.

If you are reporting a bug or problem, please use the bug template instead.

### Summary

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.

### Justification

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.

This should not be a full list of functionality; the Carbon team will work with 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!_

### Available extra resources

What resources do you have to assist this effort?

_Carbon is a collaborative system. We encourage teams to build components and submit them for integration as either add-ons or core components._
3 changes: 2 additions & 1 deletion .github/ISSUE_TEMPLATE/feature-request.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
name: "Feature request \U0001F4A1"
about: Suggest an idea for this project
title: ''
labels: ''
labels: "type: enhancement \U0001F4A1"
assignees: ''

---

Use this template if you want to request a new feature, or a change to an existing feature.
Expand Down
3 changes: 2 additions & 1 deletion .github/ISSUE_TEMPLATE/question.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
name: Question ❓
about: Usage question or discussion about Carbon Components.
title: ''
labels: ''
labels: 'type: question :question:'
assignees: ''

---

<!--
Expand Down

0 comments on commit 14c5f1e

Please sign in to comment.