From 80a85082e3fbefe50a51f9a020e21d0b4bbe7d13 Mon Sep 17 00:00:00 2001 From: Vincent van Hees Date: Fri, 25 Oct 2024 12:57:05 +0200 Subject: [PATCH] Update pull_request_template.md --- .github/pull_request_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index eacfb2d..cfad7dd 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -6,5 +6,5 @@ Checklist before merging: - [ ] Existing tests still work (check by running the test suite, e.g. from RStudio). - [ ] Added tests (if you added functionality) or fixed existing test (if you fixed a bug). - [ ] Updated or expanded the documentation. -- [ ] Updated release notes in `inst/NEWS.Rd` with a user-readable summary. Please, include references to relevant issues or PR discussions. +- [ ] Updated release notes in `NEWS.md` with a user-readable summary. Please, include references to relevant issues or PR discussions. - [ ] Added your name to the contributors lists in the `DESCRIPTION` file, if you think you made a significant contribution.