Skip to content

Issue, Bug and PR Templates

Ritchelle Grace Posadas edited this page Apr 10, 2020 · 2 revisions

Templates

User Story Template

As a <stakeholder>, I want to <feature> so that <value>.

ACCEPTANCE CRITERIA:
* Specific criteria for user story
* Must follow [DoD](https://github.com/RGPosadas/WayFinder/wiki/Definition-of-Done)
* Must match [Mockup](link)

Bug Template

### Bug Description

### Steps To Reproduce The Bug

### What Is The Expected Result?

### What Is The Actual Result?

### Current Strategy
[ ] Fix it now
[ ] Fix it later
[ ] Ignore it

### Additional Details/Screenshots

Unsure about which strategy to use? Check out Bug Strategies

PR Review Template

### DoD
- [ ] Documentation present for every component and function
- [ ] Unit and snapshot tests are implemented for every component and function
- [ ] All unit tests pass
- [ ] Implementation matches the corresponding mockup from Figma
- [ ] All acceptance tests pass
- [ ] If ticket is a user story, there must exist an automated acceptance test for it

### ACCEPTANCE CRITERIA
- [ ] AC 1

### USER FLOW ACCEPTANCE TEST
- [ ] User Flow 1

Clone this wiki locally