Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Contributing to mctp-rs

If you wish to contribute, please file a pull request with the following
characteristics.

- Include a `Signed-off-by` trailer on each commit log message to indicate that
you agree to the Developer Certificate of Origin (DCO). `git commit -s` makes
adding the `Signed-off-by` tag easy.

In short, this asserts that you have the right to contribute this change -
either being your own work, or you are submitting it under a suitable
license.

The text of the DCO is available at <https://developercertificate.org/>

- Pull requests and/or commits that modify a single crate should have a title
that begins with that crate's name. E.g. `mctp-estack: Use inbuilt MCTP
header parser`.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,3 +76,7 @@ There's a small example MCTP requester in
```

There are also some MCTP over serial examples in [standalone/examples](standalone/examples).

Contributing
------------
If you wish to contribute, please see the [contribution guidelines](CONTRIBUTING.md).