From b31ca7efc9473d2915a2461452f07f9757fd319f Mon Sep 17 00:00:00 2001 From: Emil Ernerfeldt Date: Mon, 25 Oct 2021 23:21:39 +0200 Subject: [PATCH] PR template: remind people to run `cargo fmt` and `cargo clippy` --- .github/pull_request_template.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 850b3c05..0110c6b6 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -3,9 +3,10 @@ Please read the "Making a PR" section of [`CONTRIBUTING.md`](https://github.com/ * Keep your PR:s small and focused. * If applicable, add a screenshot or gif. -* Open the PR as a draft until you have self-reviewed it and it is green. -* If it is a noteworthy change, add a line to the relevant `CHANGELOG.md` under "Unreleased". +* 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. * When you have addressed a PR comment, mark it as resolved. Please be patient! I will review you PR, but my time is limited!