You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CONTRIBUTING.md
+5-3
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,5 @@
1
+
*Detailed instructions on how to contribute to the project, if applicable. Must include section about Oracle Contributor Agreement with link and instructions*
2
+
1
3
# Contributing to this repository
2
4
3
5
We welcome your contributions! There are multiple ways to contribute.
@@ -35,14 +37,14 @@ can be accepted.
35
37
36
38
1. Ensure there is an issue created to track and discuss the fix or enhancement
37
39
you intend to submit.
38
-
1. Fork this repository
40
+
1. Fork this repository.
39
41
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`
42
+
the issue number as part of your branch name, e.g. `1234-fixes`.
41
43
1. Ensure that any documentation is updated with the changes that are required
42
44
by your change.
43
45
1. Ensure that any samples are updated if the base image has been changed.
44
46
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
47
+
what your changes are meant to do and provide simple steps on how to validate.
46
48
your changes. Ensure that you reference the issue you created as well.
47
49
1. We will assign the pull request to 2-3 people for review before it is merged.
0 commit comments