Skip to content

Commit

Permalink
Issue template labels and consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
rajsite committed Mar 4, 2024
1 parent fc97944 commit c4710d1
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: πŸ› Bug report
name: πŸ› Bug Report
about: Create a report to help us improve
title: ''
labels: 'bug,triage'
Expand Down
4 changes: 3 additions & 1 deletion .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: πŸ™‹ Feature request
name: πŸ™‹ Feature Request
about: Suggest an idea for this project
title: ''
labels: 'enhancement,triage'
Expand All @@ -11,6 +11,8 @@ Thanks for filing an issue πŸ˜„! Before you submit, please read the following:
Search open/closed issues before submitting. Someone may have requested the same feature before.
-->

# πŸ™‹ Feature Request

## 😯 Problem to Solve

<!--- Provide a clear and concise description of why this feature is wanted or what problem it solves. -->
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
---
name: πŸ§‘β€πŸ’Ό Interaction Design (IxD) User story
name: πŸ‘ˆ Interaction Design Request
about: (PO ONLY) A small chunk of work to be done by an Interaction Designer
title: 'nimble-{name} interaction design request'
labels: 'IxD,triage'
labels: 'interaction design,triage'
---

<!-- Ensure the title can be understood without the parent item's context, e.g. "nimble-datepicker interaction design request" rather than just "Interaction Design" -->

# πŸ‘ˆ Interaction Design Request

## πŸ“Œ Request Background

<!-- A short description of the request and requester. E.g. Who is the client and how do they expect to use the component? -->
Expand All @@ -33,4 +35,4 @@ labels: 'IxD,triage'

- [ ] Interaction Design Spec submitted (link)
- [ ] Interaction Design Spec reviewed by design team
- [ ] Interaction Design Spec reviewed by dev team
- [ ] Interaction Design Spec reviewed by dev team
9 changes: 5 additions & 4 deletions .github/ISSUE_TEMPLATE/new_component.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
---
name: πŸ’‘ New component
name: πŸ’‘ New Component
about: (DEV TEAM ONLY) New Nimble component
title: 'nimble-{name} Component'
labels: 'enhancement'
labels: 'new component,enhancement'
---

# πŸ’‘ New Component

## 😯 Problem to Solve

<!-- List any clients/contacts that specifically need this component, or note that the component just adds general utility. -->
Expand All @@ -18,8 +20,7 @@ labels: 'enhancement'

## πŸ“‹ Tasks

<!-- Refer to [CONTR
IBUTING](https://github.com/ni/nimble/blob/main/packages/nimble-components/CONTRIBUTING.md) for details -->
<!-- Refer to https://github.com/ni/nimble/blob/main/packages/nimble-components/CONTRIBUTING.md for details -->

- [ ] nimble-{name} interaction design issue
- [ ] nimble-{name} interaction design spec
Expand Down
5 changes: 3 additions & 2 deletions .github/ISSUE_TEMPLATE/tech_debt.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
name: 🧹 Tech debt
name: 🧹 Tech Debt
about: (DEV TEAM ONLY) Non-user-visible improvement to code or development process
title: ''
labels: 'tech debt,triage'
---
## 🧹 Tech Debt

# 🧹 Tech Debt
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/user_story.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ title: '(Fully descriptive title)'

<!-- Ensure the title can be understood without the parent item's context, e.g. "nimble-button Angular wrapper" rather than just "Angular wrapper" -->

## πŸ“Œ User Story
# πŸ“Œ User Story
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
---
name: πŸ§‘β€πŸŽ¨ Visual Design (ViD) User story
name: 🎨 Visual Design Request
about: (DEV TEAM ONLY) A small chunk of work to be done by Visual Designer
title: 'nimble-{name} visual design request'
labels: 'ViD,triage'
labels: 'visual design,triage'
---

<!-- Ensure the title can be understood without the parent item's context, e.g. "nimble-datepicker Visual Design" rather than just "Visual Design" -->

# 🎨 Visual Design Request

## πŸ“Œ Request Background

<!-- A short description of the request and requester. E.g. Who is the client and how do they expect to use the component? -->
Expand All @@ -33,4 +35,4 @@ labels: 'ViD,triage'

- [ ] Visual Design Spec submitted (link)
- [ ] Visual Design Spec reviewed by design team
- [ ] Visual Design Spec reviewed by dev team
- [ ] Visual Design Spec reviewed by dev team

0 comments on commit c4710d1

Please sign in to comment.