# Contributing to Oracle GitHub projects

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

Pull requests can be made under the OCA - 
[Oracle Contributor Agreement](https://oca.opensource.oracle.com/).

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 <you@example.org>
```

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
