Skip to content

Commit e33d2c9

Browse files
authored
Merge branch 'dev' into main-JS (#1040)
1 parent 3476809 commit e33d2c9

File tree

680 files changed

+263211
-287578
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

680 files changed

+263211
-287578
lines changed

.eslintrc.js

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,22 @@ module.exports = {
33
browser: true,
44
es2021: true,
55
jest: true,
6-
node: true,
6+
node: true
77
},
88
extends: [
9-
"plugin:import/errors",
10-
"plugin:import/warnings",
11-
"plugin:import/typescript",
12-
"standard",
9+
'plugin:import/errors',
10+
'plugin:import/warnings',
11+
'plugin:import/typescript',
12+
'standard'
1313
],
14-
parser: "@typescript-eslint/parser",
14+
parser: '@typescript-eslint/parser',
1515
parserOptions: {
16-
ecmaVersion: "latest",
17-
sourceType: "module",
16+
ecmaVersion: 'latest',
17+
sourceType: 'module'
1818
},
19-
plugins: ["@typescript-eslint"],
20-
rules: {},
21-
};
19+
plugins: [
20+
'@typescript-eslint'
21+
],
22+
rules: {
23+
}
24+
}

.github/ISSUE_TEMPLATE/bug.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
---
22
name: Bug
33
about: Create a report to help us improve
4-
title: ""
4+
title: ''
55
labels: bug
6-
assignees: ""
6+
assignees: ''
7+
78
---
89

910
**Describe the Bug**
@@ -17,7 +18,6 @@ A clear and concise description of what you expected to happen.
1718

1819
** Steps To Reproduce**
1920
Steps to reproduce the behaviour:
20-
2121
1. Go to '...'
2222
2. Click on '....'
2323
3. Scroll down to '....'
@@ -27,10 +27,9 @@ Steps to reproduce the behaviour:
2727
If applicable, add screenshots to help explain your problem.
2828

2929
**Desktop (please complete the following information):**
30-
31-
- OS: [e.g. iOS]
32-
- Browser [e.g. chrome, safari]
33-
- Version [e.g. 22]
30+
- OS: [e.g. iOS]
31+
- Browser [e.g. chrome, safari]
32+
- Version [e.g. 22]
3433

3534
**Additional context**
3635
Add any other context about the problem here.

.github/ISSUE_TEMPLATE/custom.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
22
name: Custom issue template
33
about: Describe this issue template's purpose here
4-
title: ""
5-
labels: ""
6-
assignees: ""
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
78
---

.github/ISSUE_TEMPLATE/decision.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
22
name: Decision
33
about: This is a big decision that has been made or raised to PO
4-
title: ""
4+
title: ''
55
labels: decision
6-
assignees: ""
6+
assignees: ''
7+
78
---

.github/ISSUE_TEMPLATE/documentation.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,23 @@
11
---
22
name: Documentation
33
about: Documentation for a specific area or need
4-
title: ""
4+
title: ''
55
labels: documentation
6-
assignees: ""
6+
assignees: ''
7+
78
---
89

9-
**As a** _(User Type/Persona)_ **I want** _(Feature/enhancement)_ **So That** _(Value, why is this wanted, what is the user trying to accomplish)_
10+
**As a** *(User Type/Persona)* **I want** *(Feature/enhancement)* **So That** *(Value, why is this wanted, what is the user trying to accomplish)*
1011

1112
**Additional Context**
12-
1313
- enter text here
1414
- enter text here
1515

1616
**Acceptance Criteria**
17-
1817
- [ ] Given (Context), When (action carried out), Then (expected outcome)
1918
- [ ] Given (Context), When (action carried out), Then (expected outcome)
2019

2120
**Definition of Done**
22-
2321
- [ ] Ready to Demo in Sprint Review
2422
- [ ] Does what I have made have appropriate test coverage?
2523
- [ ] Documentation and/or scientific documentation exists and can be found

.github/ISSUE_TEMPLATE/epic.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
name: Epic
3-
about:
4-
A User Story Large enough that it cannot be completed in a single sprint, the
3+
about: A User Story Large enough that it cannot be completed in a single sprint, the
54
desired end state of a feature
6-
title: ""
5+
title: ''
76
labels: epic
8-
assignees: ""
7+
assignees: ''
8+
99
---
1010

11-
**As a** _(User Type/Persona)_ **I want** _(Feature/enhancement)_ **So That** _(Value, why is this wanted, what is the user trying to accomplish)_
11+
**As a** *(User Type/Persona)* **I want** *(Feature/enhancement)* **So That** *(Value, why is this wanted, what is the user trying to accomplish)*
1212

1313
**Additional Context**
1414

.github/ISSUE_TEMPLATE/feature.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,26 @@
11
---
22
name: Feature request / user story
33
about: Suggest an idea from the perspective of a user
4-
title: ""
4+
title: ''
55
labels: ["dev", "story"]
6-
assignees: ""
6+
assignees: ''
7+
78
---
89

9-
**As a** _(User Type/Persona)_ **I want** _(Feature/enhancement)_ **So That** _(Value, why is this wanted, what is the user trying to accomplish)_
10+
**As a** *(User Type/Persona)* **I want** *(Feature/enhancement)* **So That** *(Value, why is this wanted, what is the user trying to accomplish)*
1011

1112
**Additional Context**
12-
1313
- enter text here
1414
- enter text here
1515

1616
**Acceptance Criteria**
17-
1817
- [ ] Given (Context), When (action carried out), Then (expected outcome)
1918
- [ ] Given (Context), When (action carried out), Then (expected outcome)
2019

2120
**Designs**
2221
Link any designs here
2322

2423
**Definition of Done**
25-
2624
- [ ] Ready to Demo in Sprint Review
2725
- [ ] Does what I have made have appropriate test coverage?
2826
- [ ] Documentation and/or scientific documentation exists and can be found

.github/ISSUE_TEMPLATE/question.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
---
22
name: Question
33
about: Ask us a question!
4-
title: ""
4+
title: ''
55
labels: question
6-
assignees: ""
6+
assignees: ''
7+
78
---
89

910
**Describe the task**
1011
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?
1112

1213
**Acceptance Criteria**
13-
1414
- [ ] what is required for this task to be complete?
1515
- what is the finishing point or end state of this task?
1616
- [ ] what is the output of this task?
@@ -19,5 +19,4 @@ basic description of the task, is it focuse on research with users or the busine
1919
(may want to use a persona to fill this in)
2020

2121
**Additional context**
22-
2322
- any additional details that could not be captured above

.github/ISSUE_TEMPLATE/task.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,20 @@
11
---
22
name: Task
33
about: Work for the team that cannot be written as a user story
4-
title: ""
4+
title: ''
55
labels: task
6-
assignees: ""
6+
assignees: ''
7+
78
---
89

910
**Describe the task**
1011
A clear and concise description of what the task is.
1112

1213
**Acceptance Criteria**
13-
1414
- [ ] first
1515
- [ ] second
1616
- [ ] third
1717

1818
**Additional context**
19-
2019
- Add any other context about the task here.
2120
- Or here

.github/ISSUE_TEMPLATE/ux.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,21 @@
11
---
22
name: UX Task
33
about: This is a Task for UX Research, Design or Testing
4-
title: ""
4+
title: ''
55
labels: ux
6-
assignees: ""
6+
assignees: ''
7+
78
---
89

910
**Describe the task**
1011
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?
1112

1213
**Acceptance Criteria**
13-
1414
- [ ] what is required for this task to be complete?
1515
- what is the finishing point or end state of this task?
1616
- [ ] what is the output of this task?
1717

1818
**UX Definition of Done**
19-
2019
- [ ] Links or SVGs of icons
2120
- [ ] (Low-fi) designs or instructions on how to handle mobile viewports (responsiveness).
2221
- [ ] Approval from team / PO
@@ -26,5 +25,4 @@ basic description of the task, is it focuse on research with users or the busine
2625
(may want to use a persona to fill this in)
2726

2827
**Additional context**
29-
3028
- any additional details that could not be captured above

0 commit comments

Comments
 (0)