Update PR template to suggests users to run ./sh/check.sh
This commit is contained in:
parent
5dff1e42c6
commit
aa6a2bb73f
1 changed files with 1 additions and 2 deletions
3
.github/pull_request_template.md
vendored
3
.github/pull_request_template.md
vendored
|
@ -6,11 +6,10 @@ Please read the "Making a PR" section of [`CONTRIBUTING.md`](https://github.com/
|
|||
* Unless this is a trivial change, add a line to the relevant `CHANGELOG.md` under "Unreleased".
|
||||
* If it is a non-trivial addition, consider adding a demo for it to `egui_demo_lib`.
|
||||
* Remember to run `cargo fmt` and `cargo clippy`.
|
||||
* Open the PR as a draft until you have self-reviewed it and it is green.
|
||||
* Open the PR as a draft until you have self-reviewed it and run `./sh/check.sh`.
|
||||
* When you have addressed a PR comment, mark it as resolved.
|
||||
|
||||
Please be patient! I will review you PR, but my time is limited!
|
||||
-->
|
||||
|
||||
Closes <https://github.com/emilk/egui/issues/THE_RELEVANT_ISSUE>.
|
||||
|
||||
|
|
Loading…
Reference in a new issue