Improve instructions in PR template
This commit is contained in:
parent
2dea4d8db2
commit
5b462197fa
1 changed files with 8 additions and 5 deletions
13
.github/pull_request_template.md
vendored
13
.github/pull_request_template.md
vendored
|
@ -1,11 +1,14 @@
|
||||||
<!--
|
<!--
|
||||||
Please read the "Making a PR" section of [`CONTRIBUTING.md`](https://github.com/emilk/egui/blob/master/CONTRIBUTING.md) before opening a Pull Request!
|
Please read the "Making a PR" section of [`CONTRIBUTING.md`](https://github.com/emilk/egui/blob/master/CONTRIBUTING.md) before opening a Pull Request!
|
||||||
|
|
||||||
* Keep your PR:s small and focused
|
* Keep your PR:s small and focused.
|
||||||
* If applicable, add a screenshot or gif
|
* If applicable, add a screenshot or gif.
|
||||||
* 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 it is green.
|
||||||
* If it is a noteworthy change, add a line to the relevant `CHANGELOG.md`
|
* If it is a noteworthy change, add a line to the relevant `CHANGELOG.md` under "Unreleased".
|
||||||
* When you have addressed a PR comment, mark it as resolved
|
* If it is a non-trivial addition, consider adding a demo for it to `egui_demo_lib`.
|
||||||
|
* 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>.
|
Closes <https://github.com/emilk/egui/issues/THE_RELEVANT_ISSUE>.
|
||||||
|
|
Loading…
Reference in a new issue