Skip to content

Commit aa6a2bb

Browse files
committed
Update PR template to suggests users to run ./sh/check.sh
1 parent 5dff1e4 commit aa6a2bb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/pull_request_template.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,10 @@ Please read the "Making a PR" section of [`CONTRIBUTING.md`](https://github.com/
66
* Unless this is a trivial change, add a line to the relevant `CHANGELOG.md` under "Unreleased".
77
* If it is a non-trivial addition, consider adding a demo for it to `egui_demo_lib`.
88
* Remember to run `cargo fmt` and `cargo clippy`.
9-
* Open the PR as a draft until you have self-reviewed it and it is green.
9+
* Open the PR as a draft until you have self-reviewed it and run `./sh/check.sh`.
1010
* When you have addressed a PR comment, mark it as resolved.
1111
1212
Please be patient! I will review you PR, but my time is limited!
1313
-->
1414

1515
Closes <https://github.com/emilk/egui/issues/THE_RELEVANT_ISSUE>.
16-

0 commit comments

Comments
 (0)