Skip to content

Commit 1a93f25

Browse files
committed
EX templates: Merge everything in a single text area and remove tasklists GH is killing
1 parent c7d17b4 commit 1a93f25

File tree

2 files changed

+42
-83
lines changed

2 files changed

+42
-83
lines changed

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

Lines changed: 27 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -11,64 +11,45 @@ body:
1111
* As a [beneficiary]
1212
* I want to [objective]
1313
* So that [value generated]
14-
- type: textarea
15-
attributes:
16-
label: Acceptance criteria
17-
value: |
14+
15+
### Acceptance criteria
1816
- TBD
19-
- type: textarea
20-
attributes:
21-
label: Leads
22-
value: |
17+
18+
### Leads
2319
* Tech: <GitHub id>
2420
* Design: <GitHub id>
25-
- type: dropdown
26-
attributes:
27-
label: Size estimate
28-
options:
29-
- S
30-
- M
31-
- L
32-
- type: textarea
33-
attributes:
34-
label: Dependencies
35-
value: |
21+
22+
### Time sheeting
23+
<!--The project to report the time spent on the feature-->
24+
?
25+
26+
### Documentation
27+
-
28+
29+
### Dependencies
3630
- None
37-
- type: textarea
38-
attributes:
39-
label: Out of scope
40-
value: |
31+
32+
### Out of scope
4133
- Nothing
42-
- type: textarea
43-
attributes:
44-
label: Open questions
45-
value: |
46-
```[tasklist]
47-
### Questions
48-
```
49-
- type: textarea
50-
attributes:
51-
label: Subtasks
52-
value: |
53-
```[tasklist]
34+
35+
### Open questions
36+
- [ ]
37+
38+
## Subtasks
39+
5440
### Android
55-
```
41+
-
5642
57-
```[tasklist]
5843
### iOS
59-
```
44+
-
6045
61-
```[tasklist]
6246
### Rust
63-
```
47+
-
6448
65-
```[tasklist]
6649
### Other
67-
```
68-
- type: textarea
69-
attributes:
70-
label: Sign-off
71-
value: |
50+
-
51+
52+
## Sign-offs
7253
### Android
7354
- [ ] Design sign-off on completion
7455
- [ ] QA sign-off on completion

.github/ISSUE_TEMPLATE/ex-story.yml

Lines changed: 15 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -11,51 +11,29 @@ body:
1111
* As a [beneficiary]
1212
* I want to [objective]
1313
* So that [value generated]
14-
- type: textarea
15-
attributes:
16-
label: Acceptance criteria
17-
value: |
14+
15+
### Acceptance criteria
1816
- TBD
19-
- type: dropdown
20-
attributes:
21-
label: Size estimate
22-
options:
23-
- S
24-
- M
25-
- L
26-
- type: textarea
27-
attributes:
28-
label: Dependencies
29-
value: |
17+
18+
### Dependencies
3019
- None
31-
- type: textarea
32-
attributes:
33-
label: Out of scope
34-
value: |
20+
21+
### Out of scope
3522
- Nothing
36-
- type: textarea
37-
attributes:
38-
label: Open questions
39-
value: |
40-
```[tasklist]
23+
4124
### Questions
42-
```
43-
- type: textarea
44-
attributes:
45-
label: Subtasks
46-
value: |
47-
```[tasklist]
25+
- [ ]
26+
27+
## Subtasks
28+
4829
### Android
49-
```
30+
-
5031
51-
```[tasklist]
5232
### iOS
53-
```
33+
-
5434
55-
```[tasklist]
5635
### Rust
57-
```
36+
-
5837
59-
```[tasklist]
6038
### Other
61-
```
39+
-

0 commit comments

Comments
 (0)