This commit is contained in:
Alexandre Défossez 2024-09-18 13:22:14 +02:00
parent c4366457aa
commit 4b301348a2
2 changed files with 11 additions and 2 deletions

View file

@ -1 +1,9 @@
Test hello youpi
## 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 -->

View file

@ -9,7 +9,8 @@ However, we certainly welcome them for bug fixes.
1. Fork the repo and create your branch from `main`.
2. If you have changed APIs, update the documentation accordingly.
3. Ensure pre-commit hooks pass properly, in particular the linting and typing.
4. Accept the Contributor License Agreement (see after).
4. When changing the Rust code, run `cargo check`, `cargo clippy`, `cargo test`.
5. Accept the Contributor License Agreement (see after).
Note that in general, we will not accept refactoring of the code.