.github/ISSUE_TEMPLATE/user-story-template--only-use-if-you-re-a-quality-time-developer-.md
---
name: User story template [only use if you're a Quality-time developer]
about: Document what, why and how needs to be changed
title: ''
labels: Feature
assignees: ''
---
# User story
As a `role` I want to `action` so that `goal`
## Acceptance criteria
- [ ] `role` can `action`
## Assumptions
- Something is present...
## Open issues
- What do we need to ...
## Out of scope
- Refactoring ...
- Adding ...
# Tasks
## Components
### Front-end
- [ ] Add `user interface element`
- [ ] Update `user interface element`
### Shared code
- [ ] Change endpoint `endpoint`
- [ ] Extend the example reports
- [ ] Add subject `subject` to the data model
- [ ] Add metric `metric` to the data model
- [ ] Add source `source` to the data model
- [ ] Add logo for source `source`
### API-server
- [ ] Change endpoint `endpoint`
- [ ] Add ...
### Collector
- [ ] Change `collector`
- [ ] Add ...
### Notifier
- [ ] Change `destination`
- [ ] Add ...
## Feature tests
- [ ] `role` does `action`
- [ ] ...
## Documentation
- [ ] Update changelog
- [ ] Describe change
- [ ] Add deployment instructions to changelog
- [ ] Add instruction to user manual
- [ ] Update screenshots
- [ ] Update deployment instructions
- [ ] Update software documentation