diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..bd35703c --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,40 @@ + +### Summary + + + +Fixes # + +*Lorem ipsum dolor sit amet, consectetur adipiscing.* + +### List of changes proposed in this PR (pull-request) + + + +* *Lorem ipsum dolor sit amet, consectetur adipiscing.* +* *Lorem ipsum dolor sit amet, consectetur adipiscing.* + +### Some housekeeping checks + +- [ ] If you have added a new chapter(s)/section(s) to the guide, have you updated the [Quick start to the guide](https://contributor.r-project.org/rdevguide/introduction.html#quick-start-to-the-guide) accordingly? +- If you have added a new chapter(s) to the guide: + - [ ] Have you listed it (them) in the `_bookdown.yml`? + - [ ] Are the filename(s) for the new chapter(s) in lower case? + - [ ] Are the words in the filename(s) for the new chapter(s) separated by `-` (if required)? + +### What should a reviewer concentrate their feedback on? + + + +- [ ] *Lorem ipsum dolor sit amet, consectetur adipiscing.* +- [ ] Everything looks ok? + +### Acknowledging contributors + + + +- [ ] All contributors to this pull request are already named in the [table of contributors](https://github.com/r-devel/rdevguide/blob/main/README.md#contributors-) in the README file. +- [ ] The following people should be added to the [table of contributors](https://github.com/r-devel/rdevguide/blob/main/README.md#contributors-) in the README file: +- [ ] Use the [How to acknowledge contributors](https://github.com/r-devel/rdevguide/blob/main/HOWTO-acknowledge-contributors.md) to add new contributor(s) using the [All Contributors](https://allcontributors.org/) Bot.