Skip to content

Commit

Permalink
Update PR template to suggests users to run ./sh/check.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk committed Apr 3, 2022
1 parent 5dff1e4 commit aa6a2bb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>.

0 comments on commit aa6a2bb

Please sign in to comment.