Add a PR template + contributing. (#9)

This commit is contained in:
Laurent Mazare
2025-06-20 18:07:59 +02:00
committed by GitHub
parent ef864a6f38
commit a3ed93d16b
2 changed files with 67 additions and 0 deletions

9
.github/PULL_REQUEST_TEMPLATE.md vendored Normal file
View File

@@ -0,0 +1,9 @@
## Checklist
- [ ] Read CONTRIBUTING.md, and accept the CLA by including the provided snippet. We will not accept PR without this.
- [ ] Run pre-commit hook.
- [ ] If you changed Rust code, run `cargo check`, `cargo clippy`, `cargo test`.
## PR Description
<!-- Description for the PR -->