Skip to content

Commit 11bcfec

Browse files
authored
Merge pull request #670 from cmu-delphi/lcb/pr-template-style-doc-ordering
List `/style` before `/document` in PR template
2 parents e91bdf8 + 81c76d9 commit 11bcfec

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)