We welcome your contributions.
If you hit a bug or have an enhancement request then file a GitHub issue. When filing a bug remember that the better written the bug is, the more likely it is to be fixed. Please include:
- Version of Spark_on_Oracle
- Version of Apache Spark
- OS
- Steps to reproduce. Ideally provide a test case.
We welcome your code contributions. Before submitting code via a pull request, you will need to have signed the Oracle Contributor Agreement (OCA) and your commits need to include the following line using the name and e-mail address you used to sign the OCA:
Signed-off-by: Your Name <[email protected]>
This can be automatically added to pull requests by committing with --sign-off
or -s
, e.g.
git commit --signoff
Only pull requests from committers that can be verified as having signed the OCA can be accepted.
- Sign the OCA
- Fork the repo
- Fix an issue or create an issue and fix it. Please ensure code passes scala-style guide included in project.
- Create a Pull Request that fixes the issue.
- Watch your PR for pipeline results. If there are failures then fix them.
- We will review your PR and merge as appropriate.
Follow the Golden Rule. If you'd like more specific guidelines, see the Contributor Covenant Code of Conduct.