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 OKIT
- Whether front-end BUI or back-end Server
- Steps to reproduce
- Attach Browser Console Log & okit-debug.log
Pull requests can be made under The Oracle Contributor Agreement (OCA).
This repo is in early and active development. While we welcome contributions from the community, we may defer merging new functionality until the codebase stabilises. We have a list of great things we want to implement. If you have ideas get in touch directly or via the Oracle Technology Network OKIT discussion forum, so we don't duplicate efforts.
For pull requests to be accepted, 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.
- Sign the OCA
- Fork this repository
- Create a branch in your fork to implement the changes. We recommend using the issue number as part of your branch name, e.g.
<username>/1234-fixes
- Ensure that any documentation is updated with the changes that are required by your fix.
- Ensure that any samples are updated if the base image has been changed.
- Submit the pull request. Do not leave the pull request blank. Explain exactly what your changes are meant to do and provide simple steps on how to validate your changes. Ensure that you reference the issue you created as well. We will assign the pull request to 2-3 people for review before it is merged.