Skip to content

Commit

Permalink
add checkboxes for unit tests to pr template (#335)
Browse files Browse the repository at this point in the history
Co-authored-by: user622628252416 <[email protected]>
  • Loading branch information
user622628252416 and user622628252416 authored Nov 24, 2024
1 parent c3c4aff commit 3d8c54b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,12 @@
<!-- Please use Markdown Checkboxes.
[ ] = not done
[x] = done
(or just click checkboxes to toggle them)
-->
## Checklist
Things need to be done before this Pull Request can be merged.

- [ ] Code is well-formatted and adheres to project style guidelines: `cargo fmt`
- [ ] Code does not produce any clippy warnings `cargo clippy`
- [ ] Code does not produce any clippy warnings: `cargo clippy`
- [ ] All unit tests pass: `cargo test`
- [ ] I added new unit tests, so other people don't accidentally break my code by changing other parts of the codebase. [How?](https://doc.rust-lang.org/book/ch11-01-writing-tests.html)

0 comments on commit 3d8c54b

Please sign in to comment.