Skip to content

Commit c37c4a2

Browse files
committed
Contributing: add link to MAINTAINERS like in Contact
Signed-off-by: Miguel Ojeda <[email protected]>
1 parent 1d9e779 commit c37c4a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,6 @@ awk '/^RUST$/,/^$/' MAINTAINERS | grep '^M:' | cut -f2- | xargs -IP echo --to
7979
awk '/^RUST$/,/^$/' MAINTAINERS | grep '^[RL]:' | cut -f2- | xargs -IP echo --cc \'P\' \\
8080
```
8181

82-
This list includes the maintainers (`M:`), reviewers (`R:`) and mailing list (`L:`) of the "RUST" subsystem in the `MAINTAINERS` file.
82+
This list includes the maintainers (`M:`), reviewers (`R:`) and mailing list (`L:`) of the ["RUST" subsystem](https://docs.kernel.org/process/maintainers.html#rust) in the `MAINTAINERS` file.
8383

8484
However, please keep in mind that this does not cover additional subsystems that you may need to submit your patches to, as explained in the other sections.

0 commit comments

Comments
 (0)