Skip to content

Commit

Permalink
chore: add pull request template
Browse files Browse the repository at this point in the history
Co-authored-by: ginocingolani <[email protected]>
  • Loading branch information
andyesp and ginocingolani committed Oct 10, 2023
1 parent 6f25626 commit 6ea6c80
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
**Screenshots**

**Related Issue**
E.g: *Closes/Fixes #1234*

- [ ] **Code Quality**
- [ ] The code follows established coding standards and style guidelines
- [ ] 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 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

0 comments on commit 6ea6c80

Please sign in to comment.