Skip to content

Commit 44c01b3

Browse files
authored
story(contrib): add story issue template (#10)
* contrib(issue-8): added story issue template * refactor(issue-8): move folder
1 parent a9c70b8 commit 44c01b3

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

.github/ISSUE_TEMPLATE/story.yaml

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
name: Story
2+
description: Represents stories
3+
title: "story(subject): short description"
4+
labels: ["story"]
5+
body:
6+
- type: textarea
7+
id: description
8+
attributes:
9+
label: Description
10+
description: Please provide an informal, general explanation of the work needed to be done, written from the perspective of the end user.
11+
validations:
12+
required: true
13+
14+
- type: textarea
15+
id: acceptance-criteria
16+
attributes:
17+
label: Acceptance Criteria
18+
description: List the criteria for accepting this story as done
19+
validations:
20+
required: true
21+
22+
- type: textarea
23+
id: related-issues
24+
attributes:
25+
label: Related Issues
26+
description: Please reference any other related issue, for example, if this story was created to address a bug report, reference the bug report issue here
27+
validations:
28+
required: false

0 commit comments

Comments
 (0)