From 626ab303e2e72e0261d5b43ba62f1c3fc158b418 Mon Sep 17 00:00:00 2001 From: Richard Hanna Date: Mon, 23 Oct 2023 09:59:19 -0400 Subject: [PATCH] Update PR template --- .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 a05ee602..3334cdba 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -25,7 +25,7 @@ Before submitting this PR, please check and verify below that the submission mee - [ ] Issues linked to the PR using [GitHub's list of keywords](https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue) - [ ] The appropriate reviewer is assigned to the PR - [ ] The appropriate developers are assigned to the PR -- [ ] Pre-release package version incremented using `usethis::use_dev_version()` +- [ ] Pre-release package version incremented using `usethis::use_version()` # Code Review This section to be used by the reviewer and developers during Code Review after PR submission