template
This commit is contained in:
parent
c4366457aa
commit
4b301348a2
2 changed files with 11 additions and 2 deletions
10
.github/PULL_REQUEST_TEMPLATE.md
vendored
10
.github/PULL_REQUEST_TEMPLATE.md
vendored
|
@ -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 -->
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue