Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

story(contrib): add story issue template #10

Merged
merged 2 commits into from
Jun 9, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading