From b281ec025d452846dc52b75f8e8c4d3b6de587c2 Mon Sep 17 00:00:00 2001 From: encalada Date: Wed, 18 Sep 2024 12:38:07 +0200 Subject: [PATCH] update contributing guidelines Signed-off-by: encalada --- CONTRIBUTING.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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.