Skip to content

Latest commit

 

History

History
55 lines (37 loc) · 1.69 KB

CONTRIBUTING.md

File metadata and controls

55 lines (37 loc) · 1.69 KB

Contributing to Spark_on_Oracle

We welcome your contributions.

Opening issues

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:

  1. Version of Spark_on_Oracle
  2. Version of Apache Spark
  3. OS
  4. Steps to reproduce. Ideally provide a test case.

Contributing code

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.

Pull request process

  1. Sign the OCA
  2. Fork the repo
  3. Fix an issue or create an issue and fix it. Please ensure code passes scala-style guide included in project.
  4. Create a Pull Request that fixes the issue.
  5. Watch your PR for pipeline results. If there are failures then fix them.
  6. We will review your PR and merge as appropriate.

Code of conduct

Follow the Golden Rule. If you'd like more specific guidelines, see the Contributor Covenant Code of Conduct.