Skip to content

Commit 81c76d9

Browse files
authored
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.
1 parent 5e8e09e commit 81c76d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/pull_request_template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ Please:
1515
Collect the changes under the next release number (e.g. if you are on
1616
1.7.2, then write your changes under the 1.8 heading).
1717
- [ ] Styling and documentation checks. Make a PR comment with:
18-
- `/document` to check the package documentation and fix any issues.
1918
- `/style` to check the style and fix any issues.
19+
- `/document` to check the package documentation and fix any issues.
2020
- `/preview-docs` to preview the docs.
2121
- See Actions GitHub tab to track progress of these commands.
2222
- See [DEVELOPMENT.md](DEVELOPMENT.md) for more information on the development

0 commit comments

Comments
 (0)