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
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ To be copied to the [draft changelog](https://github.com/DataBiosphere/toil/wiki
5
5
6
6
## Reviewer Checklist
7
7
8
-
<!-- To be kept in sync with docs/contributing/checklist.rst -->
8
+
<!-- To be kept in sync with docs/contributing/checklists.rst -->
9
9
10
10
*[ ] Make sure it is coming from `issues/XXXX-fix-the-thing` in the Toil repo, or from an external repo.
11
11
*[ ] If it is coming from an external repo, make sure to pull it in for CI with:
@@ -26,10 +26,10 @@ To be copied to the [draft changelog](https://github.com/DataBiosphere/toil/wiki
26
26
27
27
## Merger Checklist
28
28
29
-
<!-- To be kept in sync with docs/contributing/checklist.rst -->
29
+
<!-- To be kept in sync with docs/contributing/checklists.rst -->
30
30
31
-
*[ ] Make sure the PR passes tests.
32
-
*[ ] Make sure the PR has been reviewed**since its last modification**. If not, review it.
31
+
*[ ] Make sure the PR passed tests, including the Gitlab tests, for the most recent commit in its branch.
32
+
*[ ] Make sure the PR has been reviewed. If not, review it. If it has been reviewed and any requested changes seem to have been addressed, proceed.
33
33
*[ ] Merge with the Github "Squash and merge" feature.
34
34
*[ ] If there are multiple authors' commits, add [Co-authored-by](https://github.blog/2018-01-29-commit-together-with-co-authors/) to give credit to all contributing authors.
35
35
*[ ] Copy its recommended changelog entry to the [Draft Changelog](https://github.com/DataBiosphere/toil/wiki/Draft-Changelog).
0 commit comments