This repository has been archived by the owner on Oct 4, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🔄 created local '.github/ISSUE_TEMPLATE/task.yml' from remote 'repo/.…
…github/ISSUE_TEMPLATE/story.yml'
- Loading branch information
tiki-bot
committed
Apr 26, 2024
1 parent
acad30f
commit db71f3c
Showing
1 changed file
with
34 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
name: User Story | ||
description: Advanced! Leave this to the maintainers. | ||
labels: | ||
- story | ||
title: "As [persona], I want to [action], so that I can [benefit]." | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
### Smaller the better | ||
Double check with the team if it's more than a couple days of work. | ||
- type: textarea | ||
id: acceptance | ||
attributes: | ||
label: Acceptance Criteria | ||
description: What is required for the story to be shipped? "Done done, not just done". | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: tasks | ||
attributes: | ||
label: Tasks | ||
description: Add each technical task required to complete the story. | ||
placeholder: | | ||
* [ ] I'm a cool task | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: relates | ||
attributes: | ||
label: Relates to | ||
description: Add any other related issues, such as bugs or features addressed. | ||
validations: | ||
required: false |