Skip to content

Commit

Permalink
Contributing: add checklist item about testing stable & minimum Rust …
Browse files Browse the repository at this point in the history
…versions

Signed-off-by: Miguel Ojeda <[email protected]>
  • Loading branch information
ojeda committed Nov 12, 2024
1 parent 58e57db commit 37c36f0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,8 @@ For new abstractions and modules, and especially for those that require new kern

- When submitting changes to `#[test]`s, please test them by running the `rusttest` target.

- Ideally, please check your changes with both the latest stable Rust compiler as well as the minimum supported version (`scripts/min-tool-version.sh rustc`), including Clippy.

### Key cycle dates

- Patches can be sent anytime.
Expand Down

0 comments on commit 37c36f0

Please sign in to comment.