Skip to content

Commit

Permalink
Create CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
malcherm authored Jun 29, 2022
1 parent 07109eb commit 73ba483
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Contributing to Oracle GitHub projects

*Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.*

Pull requests can be made under the OCA -
[Oracle Contributor Agreement](https://www.oracle.com/technetwork/community/oca-486395.html).

If you have ideas you want to contribute back, please share them by first
[submitting Issues](https://help.github.com/articles/creating-an-issue/).

For pull requests containing new code submission to be accepted into any project,
the bottom of your commit message must have the following line using your name and
e-mail address as it appears in the OCA Signatories list.

```
Signed-off-by: Your Name <[email protected]>
```

This can be automatically added to pull requests by committing with:

```
git commit --signoff
```

Only pull requests from committers that can be verified as having
signed the OCA can be accepted.

Thanks,
Oracle GitHub Team

0 comments on commit 73ba483

Please sign in to comment.