From f9f27fb638e4c3613b3ea3dc40a8ffc99ee54e09 Mon Sep 17 00:00:00 2001 From: "Luke W. Johnston" Date: Fri, 4 Oct 2024 16:43:20 +0200 Subject: [PATCH] chore: :technologist: pull request template to make it easier to make PRs --- .github/PULL_REQUEST_TEMPLATE.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..af02c01 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,22 @@ +## Description + +These changes are for PURPOSE, because REASON. + +Closes # + +## Reviewer Focus + +This PR needs a quick/an in-depth review. + +Focus on CHANGES. + +## Checklist + +- [ ] Ran `devtools::document()` +- [ ] Ran `devtools::test()` +- [ ] Ran `devtools::spell_check()` +- [ ] Ran `styler::style_pkg()` +- [ ] Ran `devtools::lint()` +- [ ] Ran `devtools::build_site()` +- [ ] Ran `devtools::check()` +- [ ] If docs were added, Markdown is formatted