Skip to content

Commit 5440267

Browse files
authored
Update 3-epic.yml
Mark some fields as optional
1 parent 5116f04 commit 5440267

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/ISSUE_TEMPLATE/3-epic.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ body:
8888
- [ ] <Milestone 2 + date>
8989
- [ ] <...>
9090
validations:
91-
required: true
91+
required: false
9292
- type: textarea
9393
id: metrics
9494
attributes:
@@ -99,7 +99,7 @@ body:
9999
- [ ] <Metric 2>
100100
- [ ] <...>
101101
validations:
102-
required: true
102+
required: false
103103
- type: textarea
104104
id: resources
105105
attributes:

0 commit comments

Comments
 (0)