Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 626 Bytes

File metadata and controls

21 lines (15 loc) · 626 Bytes

Thanks for contributing!

Before submitting PRs for cx_Oracle you must have your signed Oracle Contributor Agreement accepted. See https://www.oracle.com/technetwork/community/oca-486395.html

If the problem solved is small, you may find it easier to open an Issue describing the problem and its cause so we can create the fix.

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