Skip to content

Commit 7fa3686

Browse files
authored
EX templates: Use GH sub-issues (#3036)
1 parent 88983b7 commit 7fa3686

File tree

3 files changed

+33
-33
lines changed

3 files changed

+33
-33
lines changed

.github/ISSUE_TEMPLATE/ex-prep.yml

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -23,20 +23,21 @@ body:
2323
-
2424
2525
# Subtasks
26-
```[tasklist]
26+
Subtasks should be created as separate GitHub issues in the corresponding platform repositories.
27+
Add them as sub-issues of this prep task.
28+
(Optional) You may also list them below as checklist items for quick visibility.
29+
2730
### Android
28-
```
31+
-
2932

30-
```[tasklist]
3133
### iOS
32-
```
33-
34-
```[tasklist]
35-
### Rust
36-
```
34+
-
3735

38-
```[tasklist]
36+
### Rust
37+
-
38+
3939
### Other
40-
```
40+
-
41+
4142
validations:
4243
required: false

.github/ISSUE_TEMPLATE/ex-story-standalone.yml

Lines changed: 13 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -12,30 +12,33 @@ body:
1212
* I want to [objective]
1313
* So that [value generated]
1414
15-
### Acceptance criteria
15+
# Acceptance criteria
1616
- TBD
1717
18-
### Leads
18+
# Leads
1919
* Tech: <GitHub id>
2020
* Design: <GitHub id>
2121
2222
### Time sheeting
2323
<!--The project to report the time spent on the feature-->
2424
?
2525
26-
### Documentation
26+
# Documentation
2727
-
2828
29-
### Dependencies
29+
# Dependencies
3030
- None
3131
32-
### Out of scope
32+
# Out of scope
3333
- Nothing
3434
35-
### Open questions
36-
- [ ]
35+
# Open questions
36+
- [x] None
3737
38-
## Subtasks
38+
# Subtasks
39+
Subtasks should be created as separate GitHub issues in the corresponding platform repositories.
40+
Add them as sub-issues of this user story.
41+
(Optional) You may also list them below as checklist items for quick visibility.
3942
4043
### Android
4144
-
@@ -50,12 +53,5 @@ body:
5053
-
5154
5255
## Sign-offs
53-
### Android
54-
- [ ] Design sign-off on completion
55-
- [ ] QA sign-off on completion
56-
- [ ] Product sign-off on completion
57-
58-
### iOS
59-
- [ ] Design sign-off on completion
60-
- [ ] QA sign-off on completion
61-
- [ ] Product sign-off on completion
56+
- [ ] Android
57+
- [ ] iOS

.github/ISSUE_TEMPLATE/ex-story.yml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,22 @@ body:
1212
* I want to [objective]
1313
* So that [value generated]
1414
15-
### Acceptance criteria
15+
# Acceptance criteria
1616
- TBD
1717
18-
### Dependencies
18+
# Dependencies
1919
- None
2020
21-
### Out of scope
21+
# Out of scope
2222
- Nothing
2323
24-
### Questions
25-
- [ ]
24+
# Questions
25+
- [x] None
2626
27-
## Subtasks
27+
# Subtasks
28+
Subtasks should be created as separate GitHub issues in the corresponding platform repositories.
29+
Add them as sub-issues of this user story.
30+
(Optional) You may also list them below as checklist items for quick visibility.
2831
2932
### Android
3033
-

0 commit comments

Comments
 (0)