File tree Expand file tree Collapse file tree 2 files changed +22
-0
lines changed
Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Original file line number Diff line number Diff line change 1+ # Contributing to mctp-rs
2+
3+ If you wish to contribute, please file a pull request with the following
4+ characteristics.
5+
6+ - Include a ` Signed-off-by ` trailer on each commit log message to indicate that
7+ you agree to the Developer Certificate of Origin (DCO). ` git commit -s ` makes
8+ adding the ` Signed-off-by ` tag easy.
9+
10+ In short, this asserts that you have the right to contribute this change -
11+ either being your own work, or you are submitting it under a suitable
12+ license.
13+
14+ The text of the DCO is available at < https://developercertificate.org/ >
15+
16+ - Pull requests and/or commits that modify a single crate should have a title
17+ that begins with that crate's name. E.g. `mctp-estack: Use inbuilt MCTP
18+ header parser`.
Original file line number Diff line number Diff line change @@ -76,3 +76,7 @@ There's a small example MCTP requester in
7676```
7777
7878There are also some MCTP over serial examples in [ standalone/examples] ( standalone/examples ) .
79+
80+ Contributing
81+ ------------
82+ If you wish to contribute, please see the [ contribution guidelines] ( CONTRIBUTING.md ) .
You can’t perform that action at this time.
0 commit comments