1
1
# Contribution guidelines
2
2
3
3
<!-- markdownlint-disable MD036 -->
4
- * Last updated: November 2022 *
4
+ * Last updated: March 2023 *
5
5
6
6
Oracle welcomes contributions to this repository from anyone.
7
7
@@ -12,7 +12,7 @@ submit your pull request.
12
12
If you have any questions about a possible submission, we encourage you to start
13
13
a discussion about the contribution to get feedback from other users.
14
14
15
- ## Contributing to the Oracle Docker Images repository
15
+ ## Contributing code
16
16
17
17
All contributors are expected to adhere to our [ code of conduct] ( CODE_OF_CONDUCT.md ) .
18
18
@@ -45,6 +45,14 @@ member of the [Oracle GitHub Organisation](https://github.com/orgs/oracle/people
45
45
46
46
Contact [ Avi Miller] ( https://github.com/Djelibeybi ) for more information.
47
47
48
+ ## Opening issues
49
+
50
+ For bugs or enhancement requests, please file a GitHub issue unless it's
51
+ security related. When filing a bug remember that the better written the bug is,
52
+ the more likely it is to be fixed. If you think you've found a security
53
+ vulnerability, do not raise a GitHub issue and follow the instructions in our
54
+ [ security policy] ( ./SECURITY.md ) .
55
+
48
56
## Pull request process
49
57
50
58
1 . Fork this repository
@@ -211,5 +219,12 @@ merged, but are generally frowned upon if breached.
211
219
any defaults that are used if no input is provided.
212
220
* If a custom value must be provided by the end-user, the build or run should
213
221
gracefully fail if that value is not provided.
222
+
223
+ ## Code of conduct
224
+
225
+ Follow the [ Golden Rule] ( https://en.wikipedia.org/wiki/Golden_Rule ) . If you'd
226
+ like more specific guidelines, see the [ Contributor Covenant Code of Conduct] [ COC ] .
227
+
228
+ [ COC ] : https://www.contributor-covenant.org/version/1/4/code-of-conduct/
214
229
215
- Copyright (c) 2017, 2022 Oracle and/or its affiliates.
230
+ Copyright (c) 2017, 2023 Oracle and/or its affiliates.
0 commit comments