be more precise what/how to test (#664)
This commit is contained in:
8
.github/PULL_REQUEST_TEMPLATE.md
vendored
8
.github/PULL_REQUEST_TEMPLATE.md
vendored
@@ -1,10 +1,10 @@
|
|||||||
## Standards checklist:
|
## Standards checklist:
|
||||||
|
|
||||||
- [ ] The PR title is descriptive.
|
- [ ] The PR title is descriptive.
|
||||||
- [ ] The code compiles
|
- [ ] The code compiles (`cargo build`)
|
||||||
- [ ] The code passes rustfmt
|
- [ ] The code passes rustfmt (`cargo fmt`)
|
||||||
- [ ] The code passes clippy
|
- [ ] The code passes clippy (`cargo clippy`)
|
||||||
- [ ] The code passes tests
|
- [ ] The code passes tests (`cargo test`)
|
||||||
- [ ] *Optional:* I have tested the code myself
|
- [ ] *Optional:* I have tested the code myself
|
||||||
- [ ] I also tested that Topgrade skips the step where needed
|
- [ ] I also tested that Topgrade skips the step where needed
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user