Skip to content

Commit

Permalink
chore: update pull request template
Browse files Browse the repository at this point in the history
  • Loading branch information
andyesp committed Oct 19, 2023
1 parent 6ea6c80 commit f5bf83a
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,16 @@ E.g: *Closes/Fixes #1234*
- [ ] The code is properly commented on and provides context when needed (complex feature or hard to understand)
- [ ] **Functionality validation**
- [ ] Feature working as described in the related issue
- [ ] Does this PR need environment variables to be set? If yes, have they been set?
- [ ] New API endpoints are properly documented
- [ ] New environmental variables have been set
- [ ] New functions are properly tested (When should we add tests?)
- [ ] Code errors are being logged in the code health service
- [ ] **Product validation**
- [ ] UI changes look the same as in Figma
- [ ] Usage events are being sent to the product analytics service
- [ ] New common components have been documented in Storybook
- [ ] Preview link if it’s a customer facing issue
- [ ] Preview link if it’s a customer facing issue
- [ ] **Documentation**
- [ ] README updated
- [ ] New API changes are properly documented
- [ ] **Accessibility**
- [ ] UI changes are accessible

0 comments on commit f5bf83a

Please sign in to comment.