Skip to content

Commit 9e4835a

Browse files
committed
Contributing: mention that the submit checklist applies to every patch
Signed-off-by: Miguel Ojeda <[email protected]>
1 parent ebbdf9c commit 9e4835a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Contributing.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,8 @@ For new abstractions and modules, and especially for those that require new kern
9898

9999
### Submit checklist addendum
100100

101+
The following items apply to every patch in a series. That is, in general, each commit should be clean, not just the end state.
102+
101103
- Please run your patch through the `scripts/checkpatch.pl` script. In particular, the `--codespell` option is useful to check patches for typos.
102104

103105
- Please format the code by running the `rustfmt` target.

0 commit comments

Comments
 (0)