You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/pull_request_template.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,7 @@ List of changes in this PR:
19
19
_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).
20
20
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!_
21
21
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).
22
23
-[ ] 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.
23
24
-[ ] My PR **passes [ESLint](https://eslint.org/)** validation using `yarn lint`
24
25
-[ ] My PR **doesn't introduce circular dependencies** (verified via `yarn check-circ-deps`)
0 commit comments