Skip to content

Commit b1bb124

Browse files
committed
fix: Template issues
1 parent 6dea358 commit b1bb124

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/ISSUE_TEMPLATE/5-content_plan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ body:
1717
- type: textarea
1818
attributes:
1919
label: User stories
20-
description: As a <user>, I want <thing>, So I can <action>.
20+
description: As a user, I want thing, So I can action.
2121
validations:
2222
required: true
2323
- type: textarea

.github/ISSUE_TEMPLATE/6-epic_overview.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Epic overview
22
description: This template is for planning an epic, which is a large body of effort involving multiple stories or tasks
3-
title: ""
3+
title: " "
44
body:
55
- type: textarea
66
attributes:
@@ -17,7 +17,7 @@ body:
1717
- type: textarea
1818
attributes:
1919
label: User stories
20-
description: As a <user>, I want <thing>, So I can <action>.
20+
description: As a user, I want thing, So I can action.
2121
validations:
2222
required: true
2323
- type: textarea

0 commit comments

Comments
 (0)