Skip to content

Commit ae8c58b

Browse files
committed
changes to PR template
1 parent db883e0 commit ae8c58b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 2 additions & 2 deletions
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 `R CMD check` and all (unit) tests.
22+
- [ ] The code passes `R CMD check` and all (unit) tests (see our [contributing guidelines](https://github.com/DoubleML/doubleml-for-r/blob/master/CONTRIBUTING.md#checklist-for-pull-requests-pr) for details).
2323
- [ ] Enhancements or new feature are equipped with unit tests.
24-
- [ ] 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).
24+
- [ ] The changes adhere to the "mlr-style" standards (see our [contributing guidelines](https://github.com/DoubleML/doubleml-for-r/blob/master/CONTRIBUTING.md#checklist-for-pull-requests-pr) for details).

0 commit comments

Comments
 (0)