Skip to content

Commit

Permalink
update contributing guidelines
Browse files Browse the repository at this point in the history
Signed-off-by: encalada <[email protected]>
  • Loading branch information
qu1queee committed Sep 18, 2024
1 parent 977d1bc commit b281ec0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit b281ec0

Please sign in to comment.