bevy-project-template/.github/PULL_REQUEST_TEMPLATE.md
2025-03-23 22:44:59 +01:00

13 lines
487 B
Markdown

<!-- Please explain the changes you made -->
<!--
Please, make sure:
- you have read the contributing guidelines:
https://github.com/{{gh-username}}/{{project-name}}/blob/main/docs/CONTRIBUTING.md
- you have formatted the code using rustfmt:
https://github.com/rust-lang/rustfmt
- you have checked that all tests pass, by running `cargo test --workspace`
- you have updated the changelog (if needed):
https://github.com/{{gh-username}}/{{project-name}}/blob/main/CHANGELOG.md
-->