-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
278 changed files
with
21,943 additions
and
13,235 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
.github/ISSUE_TEMPLATE/bug_report.md → .github/ISSUE_TEMPLATE/bug-report.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
23 changes: 12 additions & 11 deletions
23
.github/ISSUE_TEMPLATE/ixd_user_story.md → ...UE_TEMPLATE/interaction-design-request.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,37 @@ | ||
--- | ||
name: 🧑💼 Interaction Design (IxD) User story | ||
about: (PO ONLY) A small chunk of work to be done by an Interaction Designer | ||
name: 👈 Interaction Design Request | ||
about: 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? --> | ||
<!-- Link to New Component issue --> | ||
|
||
## 🎯 Core Requirements | ||
|
||
<!-- Outline the essential requirements of the component. What does the user need to be able to do with the component? E.g. For a date picker… | ||
<!-- Outline the essential requirements of the component. What does the user need to be able to do with the component? E.g. For a date picker: | ||
<!-- | ||
- User must to be able to specify a _specific date_ for use in filter query | ||
- User should not be able to specify an invalid date | ||
- User must be able to enter date with keyboard interaction alone | ||
- … --> | ||
--> | ||
|
||
## 🍆 Non-requirements | ||
|
||
<!-- What ideas are out of scope for this component? E.g. For a date picker… | ||
<!-- What ideas are out of scope for this component? E.g. For a date picker: --> | ||
<!-- | ||
- User does not need to pick the date from a calendar widget | ||
- … --> | ||
|
||
--> | ||
|
||
## 🥅 Acceptance Criteria | ||
|
||
- [ ] 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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
name: 🧹 Tech Debt | ||
about: Non-user-visible improvement to code or development process | ||
title: '' | ||
labels: 'tech debt,triage' | ||
--- | ||
|
||
# 🧹 Tech Debt |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
23 changes: 12 additions & 11 deletions
23
...SSUE_TEMPLATE/visual_design_user_story.md → ...b/ISSUE_TEMPLATE/visual-design-request.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,37 @@ | ||
--- | ||
name: 🧑🎨 Visual Design (ViD) User story | ||
about: (DEV TEAM ONLY) A small chunk of work to be done by Visual Designer | ||
name: 🎨 Visual Design Request | ||
about: 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? --> | ||
<!-- Link to Interaction Design spec --> | ||
|
||
## 🎯 Core Requirements | ||
|
||
<!-- Outline the essential requirements of the component visual design. What states, variations, or other constraints are required? E.g. For a date picker… | ||
<!-- Outline the essential requirements of the component visual design. What states, variations, or other constraints are required? E.g. For a date picker: --> | ||
<!-- | ||
- Component needs block and outline appearances | ||
- Component needs to fit in an editable table cell and in a details panel | ||
- Reuse the existing calendar icon | ||
- … --> | ||
--> | ||
|
||
## 🍆 Non-requirements | ||
|
||
<!-- What ideas are out of scope for this component? E.g. For a date picker… | ||
<!-- What ideas are out of scope for this component? E.g. For a date picker: --> | ||
<!-- | ||
- Component does not need a ghost appearance | ||
- … --> | ||
|
||
--> | ||
|
||
## 🥅 Acceptance Criteria | ||
|
||
- [ ] 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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
name: 'Dependency Review' | ||
on: [pull_request] | ||
|
||
permissions: | ||
contents: read | ||
pull-requests: write | ||
|
||
jobs: | ||
dependency-review: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: 'Checkout Repository' | ||
uses: actions/checkout@v4 | ||
- name: 'Dependency Review' | ||
uses: actions/dependency-review-action@v4 | ||
with: | ||
comment-summary-in-pr: on-failure |
Oops, something went wrong.