From 81c76d91e14cfe8812fc47abbb9aa4541e0e55e0 Mon Sep 17 00:00:00 2001 From: brookslogan Date: Wed, 28 May 2025 10:52:46 -0700 Subject: [PATCH] List /style before /doc in PR template so that following in order will style roxygen `@examples` and /doc will propagate styled examples to the .Rd files, rather than leaving .Rd files out of date. --- .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 93b00f150..e7e5fa890 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -15,8 +15,8 @@ Please: Collect the changes under the next release number (e.g. if you are on 1.7.2, then write your changes under the 1.8 heading). - [ ] Styling and documentation checks. Make a PR comment with: - - `/document` to check the package documentation and fix any issues. - `/style` to check the style and fix any issues. + - `/document` to check the package documentation and fix any issues. - `/preview-docs` to preview the docs. - See Actions GitHub tab to track progress of these commands. - See [DEVELOPMENT.md](DEVELOPMENT.md) for more information on the development