Skip to content

Commit 461ef20

Browse files
authored
Update CONTRIBUTING.md
1 parent 3bad8ff commit 461ef20

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

CONTRIBUTING.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ vulnerability, do not raise a GitHub issue and follow the instructions in our
1313
## Contributing code
1414

1515
We welcome your code contributions. Before submitting code via a pull request,
16-
you will need to haved signed the [Oracle Contributor Agreement][OCA] (OCA) and
16+
you will need to have signed the [Oracle Contributor Agreement][OCA] (OCA) and
1717
your commits need to include the following line using the name and e-mail
1818
address you used to sign the OCA:
1919

@@ -35,14 +35,14 @@ can be accepted.
3535

3636
1. Ensure there is an issue created to track and discuss the fix or enhancement
3737
you intend to submit.
38-
1. Fork this repository
38+
1. Fork this repository.
3939
1. Create a branch in your fork to implement the changes. We recommend using
40-
the issue number as part of your branch name, e.g. `1234-fixes`
40+
the issue number as part of your branch name, e.g. `1234-fixes`.
4141
1. Ensure that any documentation is updated with the changes that are required
4242
by your change.
4343
1. Ensure that any samples are updated if the base image has been changed.
4444
1. Submit the pull request. *Do not leave the pull request blank*. Explain exactly
45-
what your changes are meant to do and provide simple steps on how to validate
45+
what your changes are meant to do and provide simple steps on how to validate.
4646
your changes. Ensure that you reference the issue you created as well.
4747
1. We will assign the pull request to 2-3 people for review before it is merged.
4848

@@ -51,5 +51,5 @@ can be accepted.
5151
Follow the [Golden Rule](https://en.wikipedia.org/wiki/Golden_Rule). If you'd
5252
like more specific guidelines, see the [Contributor Covenant Code of Conduct][COC].
5353

54-
[OCA]: https://www.oracle.com/technetwork/community/oca-486395.html
54+
[OCA]: https://oca.opensource.oracle.com
5555
[COC]: https://www.contributor-covenant.org/version/1/4/code-of-conduct/

0 commit comments

Comments
 (0)