Body of the user or job story:
US: “As a [type of user, who wants to accomplish something], I want to[perform some task],
so that I can [achieve some goal, why they want to accomplish that thing].”
JS: “When [some situation is happening], I want to [perform some task, motivation part], so I can achieve some goal, why they want to accomplish that thing, Expected Outcome].”
Acceptance criteria
- What is the expected result of this story?
- What else?
- What else?
ToDo
- first thing
- second thing
- third thing
Test Strategy
How I'm planning to test this? Can I do integration testing or this should be tested manually? Where this testing should be happening (what environment, local or dev)? What this can influence (what can be broken by this feature)?
Checklist for testing
- check if this thing is active
- check if another thing is active
Things to consider:
- Will this work need new alarms/monitoring added.
- Do we need to update any documentation (playbook or public documentation for this work)
- etc.
Description (Optional)
If possible add information on how this story/epic will contribute to the bigger picture or how it relates to the milestones being aimed for.