chore: update PR template (#815)
This commit is contained in:
10
.github/PULL_REQUEST_TEMPLATE.md
vendored
10
.github/PULL_REQUEST_TEMPLATE.md
vendored
@@ -1,14 +1,14 @@
|
|||||||
## Standards checklist:
|
## What does this PR do
|
||||||
|
|
||||||
|
|
||||||
|
## Standards checklist
|
||||||
|
|
||||||
- [ ] The PR title is descriptive.
|
- [ ] The PR title is descriptive.
|
||||||
- [ ] I have read `CONTRIBUTING.md`
|
- [ ] I have read `CONTRIBUTING.md`
|
||||||
- [ ] The code compiles (`cargo build`)
|
|
||||||
- [ ] The code passes rustfmt (`cargo fmt`)
|
|
||||||
- [ ] The code passes clippy (`cargo clippy`)
|
|
||||||
- [ ] The code passes tests (`cargo test`)
|
|
||||||
- [ ] *Optional:* I have tested the code myself
|
- [ ] *Optional:* I have tested the code myself
|
||||||
|
|
||||||
## For new steps
|
## For new steps
|
||||||
|
|
||||||
- [ ] *Optional:* Topgrade skips this step where needed
|
- [ ] *Optional:* Topgrade skips this step where needed
|
||||||
- [ ] *Optional:* The `--dry-run` option works with this step
|
- [ ] *Optional:* The `--dry-run` option works with this step
|
||||||
- [ ] *Optional:* The `--yes` option works with this step if it is supported by
|
- [ ] *Optional:* The `--yes` option works with this step if it is supported by
|
||||||
|
|||||||
Reference in New Issue
Block a user