mirror of
https://github.com/awsdocs/aws-doc-sdk-examples.git
synced 2026-03-26 06:22:18 +00:00
37 lines
1.0 KiB
YAML
37 lines
1.0 KiB
YAML
name: Story (Internal use only 🔒)
|
|
description: Define a user story
|
|
title: "[Story]: <DESCRIPTIVE TITLE HERE>"
|
|
labels: ["type/user-story"]
|
|
assignees:
|
|
- octocat
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
## ⚠️ Warning
|
|
Issues that don't use the following template will be marked `status/back-to-author` and assigned back to the creator.
|
|
|
|
---
|
|
|
|
# 📚️ Story details
|
|
- type: textarea
|
|
id: user-stories
|
|
attributes:
|
|
label: The user story
|
|
description: Explain the situation in [user story format](https://www.atlassian.com/agile/project-management/user-stories).
|
|
value: |
|
|
As a <PERSONA>, I want <ENHANCEMENT> so that <REASONING>.
|
|
|
|
I know this is done when:
|
|
- <ACCEPTANCE CRITERIA #1>
|
|
- ...
|
|
validations:
|
|
required: true
|
|
- type: input
|
|
id: context
|
|
attributes:
|
|
label: Epic link (recommended)
|
|
description: Provide the hyperlink of the overarching epic.
|
|
validations:
|
|
required: false
|