Skip to content

Commit 6e72674

Browse files
committed
align PR template with CONTRIBUTING.md
1 parent dc0baf4 commit 6e72674

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ Please fill out this PR checklist (see our [contributing guidelines](https://git
1919
- [ ] The title of the pull request summarizes the changes made.
2020
- [ ] The PR contains a detailed description of all changes and additions.
2121
- [ ] References to related issues or PRs are added.
22-
- [ ] The code passes all (unit) tests.
22+
- [ ] The code passes `R CMD check` and all (unit) tests.
2323
- [ ] Enhancements or new feature are equipped with unit tests.
2424
- [ ] The changes adhere to the ["mlr-style" standards](https://github.com/DoubleML/doubleml-for-r/blob/master/CONTRIBUTING.md#checklist-for-pull-requests-pr) for details).

0 commit comments

Comments
 (0)