Skip to content

Commit

Permalink
chore: add pull request template (#1335)
Browse files Browse the repository at this point in the history
* chore: add pull request template

Co-authored-by: ginocingolani <[email protected]>

* chore: update pull request template

* chore: update texts

* chore: update texts

---------

Co-authored-by: ginocingolani <[email protected]>
  • Loading branch information
andyesp and ginocingolani authored Oct 30, 2023
1 parent a48e9a4 commit 6d7b20a
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
**Screenshots**

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

- [ ] **Functionality validation**
- [ ] Feature working as described in the related issue
- [ ] New environmental variables have been set
- [ ] New API services methods have 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
- [ ] **Documentation**
- [ ] README updated
- [ ] New API changes are documented
- [ ] **Accessibility**
- [ ] UI changes are accessible

0 comments on commit 6d7b20a

Please sign in to comment.