-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
inital commit integrated from vue-nest-template from nr-old-growth
- Loading branch information
catherine meng
authored and
catherine meng
committed
Jul 6, 2022
0 parents
commit 10466b9
Showing
123 changed files
with
48,800 additions
and
0 deletions.
There are no files selected for viewing
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,5 @@ | ||
**/node_modules | ||
.* | ||
*.md | ||
Dockerfile | ||
.git*/ |
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,35 @@ | ||
--- | ||
name: Bug | ||
about: Create a report to help us improve | ||
title: '' | ||
labels: bug | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Describe the Bug** | ||
A clear and concise description of what the bug is. | ||
|
||
**Expected Behaviour** | ||
A clear and concise description of what you expected to happen. | ||
|
||
**Actual Behaviour** | ||
A clear and concise description of what you expected to happen. | ||
|
||
** Steps To Reproduce** | ||
Steps to reproduce the behaviour: | ||
1. Go to '...' | ||
2. Click on '....' | ||
3. Scroll down to '....' | ||
4. See error | ||
|
||
**Screenshots** | ||
If applicable, add screenshots to help explain your problem. | ||
|
||
**Desktop (please complete the following information):** | ||
- OS: [e.g. iOS] | ||
- Browser [e.g. chrome, safari] | ||
- Version [e.g. 22] | ||
|
||
**Additional context** | ||
Add any other context about the problem here. |
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: Custom issue template | ||
about: Describe this issue template's purpose here | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- |
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: Decision | ||
about: This is a big decision that has been made or raised to PO | ||
title: '' | ||
labels: decision | ||
assignees: '' | ||
|
||
--- |
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,26 @@ | ||
--- | ||
name: Documentation | ||
about: Documentation for a specific area or need | ||
title: '' | ||
labels: documentation | ||
assignees: '' | ||
|
||
--- | ||
|
||
**As a** *(User Type/Persona)* **I want** *(Feature/enhancement)* **So That** *(Value, why is this wanted, what is the user trying to accomplish)* | ||
|
||
**Additional Context** | ||
- enter text here | ||
- enter text here | ||
|
||
**Acceptance Criteria** | ||
- [ ] Given (Context), When (action carried out), Then (expected outcome) | ||
- [ ] Given (Context), When (action carried out), Then (expected outcome) | ||
|
||
**Definition of Done** | ||
- [ ] Ready to Demo in Sprint Review | ||
- [ ] Does what I have made have appropriate test coverage? | ||
- [ ] Documentation and/or scientific documentation exists and can be found | ||
- [ ] Peer Reviewed by 2 people on the team | ||
- [ ] Manual testing of all PRs in Dev and Prod | ||
- [ ] Merged |
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,21 @@ | ||
--- | ||
name: Epic | ||
about: A User Story Large enough that it cannot be completed in a single sprint, the | ||
desired end state of a feature | ||
title: '' | ||
labels: epic | ||
assignees: '' | ||
|
||
--- | ||
|
||
**As a** *(User Type/Persona)* **I want** *(Feature/enhancement)* **So That** *(Value, why is this wanted, what is the user trying to accomplish)* | ||
|
||
**Additional Context** | ||
|
||
- enter text here | ||
- enter text here | ||
|
||
**Acceptance Criteria** | ||
|
||
- [ ] Given (Context), When (action carried out), Then (expected outcome) | ||
- [ ] Given (Context), When (action carried out), Then (expected outcome) |
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,26 @@ | ||
--- | ||
name: Feature request / user story | ||
about: Suggest an idea from the perspective of a user | ||
title: '' | ||
labels: enhancement | ||
assignees: '' | ||
|
||
--- | ||
|
||
**As a** *(User Type/Persona)* **I want** *(Feature/enhancement)* **So That** *(Value, why is this wanted, what is the user trying to accomplish)* | ||
|
||
**Additional Context** | ||
- enter text here | ||
- enter text here | ||
|
||
**Acceptance Criteria** | ||
- [ ] Given (Context), When (action carried out), Then (expected outcome) | ||
- [ ] Given (Context), When (action carried out), Then (expected outcome) | ||
|
||
**Definition of Done** | ||
- [ ] Ready to Demo in Sprint Review | ||
- [ ] Does what I have made have appropriate test coverage? | ||
- [ ] Documentation and/or scientific documentation exists and can be found | ||
- [ ] Peer Reviewed by 2 people on the team | ||
- [ ] Manual testing of all PRs in Dev and Prod | ||
- [ ] Merged |
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,22 @@ | ||
--- | ||
name: Question | ||
about: Ask us a question! | ||
title: '' | ||
labels: question | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Describe the task** | ||
basic description of the task, is it focuse on research with users or the business area? is it design focused on either co-design or wireframing? is it User Testing or compiling results? | ||
|
||
**Acceptance Criteria** | ||
- [ ] what is required for this task to be complete? | ||
- what is the finishing point or end state of this task? | ||
- [ ] what is the output of this task? | ||
|
||
**SME/User Contact** | ||
(may want to use a persona to fill this in) | ||
|
||
**Additional context** | ||
- any additional details that could not be captured above |
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,20 @@ | ||
--- | ||
name: Task | ||
about: Work for the team that cannot be written as a user story | ||
title: '' | ||
labels: task | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Describe the task** | ||
A clear and concise description of what the task is. | ||
|
||
**Acceptance Criteria** | ||
- [ ] first | ||
- [ ] second | ||
- [ ] third | ||
|
||
**Additional context** | ||
- Add any other context about the task here. | ||
- Or here |
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,22 @@ | ||
--- | ||
name: UX Task | ||
about: This is a Task for UX Research, Design or Testing | ||
title: '' | ||
labels: ux | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Describe the task** | ||
basic description of the task, is it focuse on research with users or the business area? is it design focused on either co-design or wireframing? is it User Testing or compiling results? | ||
|
||
**Acceptance Criteria** | ||
- [ ] what is required for this task to be complete? | ||
- what is the finishing point or end state of this task? | ||
- [ ] what is the output of this task? | ||
|
||
**SME/User Contact** | ||
(may want to use a persona to fill this in) | ||
|
||
**Additional context** | ||
- any additional details that could not be captured above |
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,16 @@ | ||
name: Issue move-on-assign | ||
|
||
on: | ||
issues: | ||
types: | ||
- assigned | ||
|
||
jobs: | ||
automate-project-columns: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: alex-page/[email protected] | ||
with: | ||
project: Alpha | ||
column: In progress | ||
repo-token: ${{ secrets.GITHUB_TOKEN }} |
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: Issue auto-triage | ||
|
||
on: | ||
issues: | ||
types: | ||
- opened | ||
- reopened | ||
|
||
jobs: | ||
automate-project-columns: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: alex-page/[email protected] | ||
with: | ||
project: Alpha | ||
column: Triage | ||
repo-token: ${{ secrets.GITHUB_TOKEN }} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.