Skip to content

Commit

Permalink
story(contrib): add story issue template (#10)
Browse files Browse the repository at this point in the history
* contrib(issue-8): added story issue template

* refactor(issue-8): move folder
  • Loading branch information
Zaba505 authored Jun 9, 2024
1 parent a9c70b8 commit 44c01b3
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .github/ISSUE_TEMPLATE/story.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: Story
description: Represents stories
title: "story(subject): short description"
labels: ["story"]
body:
- type: textarea
id: description
attributes:
label: Description
description: Please provide an informal, general explanation of the work needed to be done, written from the perspective of the end user.
validations:
required: true

- type: textarea
id: acceptance-criteria
attributes:
label: Acceptance Criteria
description: List the criteria for accepting this story as done
validations:
required: true

- type: textarea
id: related-issues
attributes:
label: Related Issues
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
validations:
required: false

0 comments on commit 44c01b3

Please sign in to comment.