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 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🔄 synced local '.github/ISSUE_TEMPLATE/task.yml' with remote 'repo/.g…
…ithub/ISSUE_TEMPLATE/task.yml'
- Loading branch information
tiki-bot
committed
Apr 26, 2024
1 parent
ce18317
commit 1a6c070
Showing
1 changed file
with
15 additions
and
19 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 |
---|---|---|
@@ -1,34 +1,30 @@ | ||
name: User Story | ||
name: Story Task | ||
description: Advanced! Leave this to the maintainers. | ||
labels: | ||
- story | ||
title: "As [persona], I want to [action], so that I can [benefit]." | ||
- task | ||
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 | ||
### Time to get technical. | ||
- type: input | ||
id: story | ||
attributes: | ||
label: Acceptance Criteria | ||
description: What is required for the story to be shipped? "Done done, not just done". | ||
label: User Story | ||
description: Add the story this task belongs to. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: tasks | ||
id: description | ||
attributes: | ||
label: Tasks | ||
description: Add each technical task required to complete the story. | ||
placeholder: | | ||
* [ ] I'm a cool task | ||
label: Description | ||
description: Describe the work with enough detail that someone else can understand what needs to be done. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: relates | ||
id: criteria | ||
attributes: | ||
label: Relates to | ||
description: Add any other related issues, such as bugs or features addressed. | ||
validations: | ||
required: false | ||
label: Acceptance Criteria | ||
description: Add any specific criteria required before marking as complete | ||
placeholder: | | ||
- [ ] criteria 1 |