Skip to content

Commit

Permalink
chore: Add a PR template.
Browse files Browse the repository at this point in the history
  • Loading branch information
mturoci committed Jun 27, 2023
1 parent e38af42 commit 1fb1598
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
**The PR fulfills these requirements:** (check all the apply)

- [ ] It's submitted to the `main` branch.
- [ ] When resolving a specific issue, it's referenced in the PR's title (e.g. `feat: Add a button #xxx`, where "xxx" is the issue number).
- [ ] When resolving a specific issue, the PR description includes `Closes #xxx`, where "xxx" is the issue number.
- [ ] If changes were made to `ui` folder, unit tests (`make test`) still pass.
- [ ] New/updated tests are included

0 comments on commit 1fb1598

Please sign in to comment.