Skip to content

Commit cd6f434

Browse files
committed
Update CONTRIBUTING
Update CONTRIBUTING to specify that contributions are accepted under the project license, with a Developer Certificate of Origin (DCO). Removes OCA requirement. Signed-off-by: Greg Marsden <[email protected]>
1 parent cfc3d5a commit cd6f434

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

CONTRIBUTING.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,9 @@ vulnerability, do not raise a GitHub issue and follow the instructions in our
3535

3636
## Contributing code
3737

38-
We welcome your code contributions. Before submitting code via a pull request,
39-
you will need to have signed the [Oracle Contributor Agreement][OCA] (OCA) and
40-
your commits need to include the following line using the name and e-mail
41-
address you used to sign the OCA:
38+
We welcome your code contributions. Code contributions must have a developer
39+
certificate of origin. Acknowledge the Developer Certificate of Origin by
40+
including the following text with your commit message.
4241

4342
```text
4443
Signed-off-by: Your Name <[email protected]>
@@ -51,8 +50,7 @@ or `-s`, e.g.
5150
git commit --signoff
5251
```
5352

54-
Only pull requests from committers that can be verified as having signed the OCA
55-
can be accepted.
53+
Review the [Developer Certificate of Origin][DCO].
5654

5755
## Pull request process
5856

@@ -91,5 +89,5 @@ ask you to confirm the licensing of your contribution.
9189
Follow the [Golden Rule](https://en.wikipedia.org/wiki/Golden_Rule). If you'd
9290
like more specific guidelines, see the [Contributor Covenant Code of Conduct][COC].
9391

94-
[OCA]: https://oca.opensource.oracle.com
92+
[DCO]: https://developercertificate.org/
9593
[COC]: https://www.contributor-covenant.org/version/1/4/code-of-conduct/

0 commit comments

Comments
 (0)