0
0
mirror of https://github.com/Snowiiii/Pumpkin.git synced 2024-12-04 08:26:06 +00:00
Pumpkin/.github/PULL_REQUEST_TEMPLATE.md
user622628252416 3d8c54b220
add checkboxes for unit tests to pr template (#335)
Co-authored-by: user622628252416 <nnew8715@gmail.com>
2024-11-24 14:33:26 +01:00

760 B

Description

Testing

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
  • 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?