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
{{ message }}
This repository was archived by the owner on Feb 21, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: .github/PULL_REQUEST_TEMPLATE.md
+4
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,8 @@ Fixes #
12
12
-[ ] I have resolved any merge conflicts.
13
13
-[ ] I have included tests that cover my changes.
14
14
-[ ] All new and existing tests pass.
15
+
-[ ] Make sure PR title conforms to convention in CHANGELOG.md.
16
+
-[ ] Add appropriate changelog label to PR (if applicable).
15
17
16
18
## Code review checklist
17
19
This is the checklist that the reviewer will follow while reviewing your pull request. You do not need to do anything with this checklist, but be aware of what the reviewer will be looking for.
@@ -22,3 +24,5 @@ This is the checklist that the reviewer will follow while reviewing your pull re
22
24
-[ ] Check that tests have been written and that they cover the new functionality.
23
25
-[ ] Run tests and ensure they pass.
24
26
-[ ] Build and run the code, performing any applicable integration testing.
27
+
-[ ] Make sure PR title conforms to convention in CHANGELOG.md.
28
+
-[ ] Make sure PR is tagged with appropriate changelog label.
0 commit comments