diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4be651d..a1b659f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -12,8 +12,7 @@ Each component of Shipwright will have its own specific guidelines. ## Contributing prerequisites (CLA/DCO) -The project does not yet define a Contributor License Agreement or -[Developer Certificate of Origin (DCO)](https://wiki.linuxfoundation.org/dco). +The project enforces [Developer Certificate of Origin (DCO)](https://wiki.linuxfoundation.org/dco). By submitting pull requests submitters acknowledge they grant the [Apache License v2](./LICENSE) to the code and that they are eligible to grant this license for all commits submitted in their pull requests. @@ -62,6 +61,8 @@ We recommend you do the following to ensure the maintainers can collaborate on y - Open a PR with a clear description, completing the pull request template if one is provided Please reference the appropriate GitHub issue if your pull request provides a fix. +**NOTE**: All commits must be signed-off ([Developer Certificate of Origin (DCO)](https://wiki.linuxfoundation.org/dco)) so make sure you use the `-s` flag when you commit. See more information on signing in [here](https://github.com/apps/dco). + ## Code review process Once your pull request is submitted, a Shipwright maintainer should be assigned to review your changes.