Skip to content

Commit f195484

Browse files
authored
Update pull_request_template.md
Add note that PRs should be against main, if possible.
1 parent ddbcfa0 commit f195484

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/pull_request_template.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ List of changes in this PR:
1919
_This checklist provides a reminder of what we are going to look for when reviewing your PR. You need not complete this checklist prior to creating your PR (draft PRs are always welcome).
2020
However, reviewers may request that you complete any actions in this list if you have not done so. If you are unsure about an item in the checklist, don't hesitate to ask. We're here to help!_
2121

22+
- [ ] My PR is **created against the `main` branch** of code (unless it is a backport or is fixing an issue specific to an older branch).
2223
- [ ] My PR is **small in size** (e.g. less than 1,000 lines of code, not including comments & specs/tests), or I have provided reasons as to why that's not possible.
2324
- [ ] My PR **passes [ESLint](https://eslint.org/)** validation using `yarn lint`
2425
- [ ] My PR **doesn't introduce circular dependencies** (verified via `yarn check-circ-deps`)

0 commit comments

Comments
 (0)