|
| 1 | +--- |
| 2 | +title: "Contribute to WIT" |
| 3 | +date: 2019-02-23T17:19:24-05:00 |
| 4 | +draft: false |
| 5 | +weight: 2 |
| 6 | +--- |
| 7 | + |
| 8 | +Oracle welcomes contributions to this repository from anyone. |
| 9 | + |
| 10 | +If you want to submit a pull request to fix a bug or enhance an existing |
| 11 | +feature, please first open an issue and link to that issue when you |
| 12 | +submit your pull request. |
| 13 | + |
| 14 | +If you have any questions about a possible submission, feel free to open |
| 15 | +an issue too. |
| 16 | + |
| 17 | +### Contributing to the WebLogic Image Tool repository |
| 18 | + |
| 19 | +Pull requests can be made under |
| 20 | +[The Oracle Contributor Agreement](https://www.oracle.com/technetwork/community/oca-486395.html) (OCA). |
| 21 | + |
| 22 | +For pull requests to be accepted, the bottom of your commit message must have |
| 23 | +the following line using your name and e-mail address as it appears in the |
| 24 | +OCA Signatories list. |
| 25 | + |
| 26 | +``` |
| 27 | +Signed-off-by: Your Name <you@example.org> |
| 28 | +``` |
| 29 | + |
| 30 | +This can be automatically added to pull requests by committing with: |
| 31 | + |
| 32 | +``` |
| 33 | +$ git commit --signoff |
| 34 | +``` |
| 35 | + |
| 36 | +Only pull requests from committers that can be verified as having |
| 37 | +signed the OCA can be accepted. |
| 38 | + |
| 39 | +### Pull request process |
| 40 | + |
| 41 | +1. Fork this repository. |
| 42 | +2. Create a branch in your fork to implement the changes. We recommend using the issue number as part of your branch name, for example, 1234-fixes. |
| 43 | +3. Ensure that any documentation is updated with the changes that are required by your fix. |
| 44 | +4. Ensure that any samples are updated if the base image has been changed. |
| 45 | +5. Squash your branch changes into a single commit. |
| 46 | +6. Submit the pull request. |
| 47 | + |
| 48 | + a. Do not leave the pull request blank. |
| 49 | + |
| 50 | + b. Explain exactly what your changes are meant to do and provide simple steps on how to validate your changes. |
| 51 | + |
| 52 | + c. Ensure that you reference the issue you created as well. |
| 53 | + |
| 54 | +7. We will assign the pull request to 2-3 people for review before it is merged. |
0 commit comments