Skip to content
This repository was archived by the owner on Dec 29, 2021. It is now read-only.

Commit 3fb704f

Browse files
authored
Make PR template a bit more welcoming
1 parent 91682da commit 3fb704f

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
- [ ] Tests created for any new feature or regression tests for bugfixes.
1+
Thank you for taking the time to contribute to this project!
2+
3+
To ease reviewing your changes and making sure we don't forget anything,
4+
please take a minute to check the following (remove lines that don't apply):
5+
6+
- [ ] I have created tests for any new feature, or added regression tests for bugfixes.
27
- [ ] `cargo test` succeeds
3-
- [ ] `cargo +nightly clippy` succeeds
4-
- [ ] `cargo +nightly fmt -- --write-mode=diff` succeeds
8+
- [ ] Clippy is happy: `cargo +nightly clippy` succeeds
9+
- [ ] Rustfmt is happy: `cargo +nightly fmt` succeeds

0 commit comments

Comments
 (0)