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
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ Before reporting a new bug, please check first to see if a similar bug [exists](
9
9
Bug reports should be as complete as possible. Please try and include the following:
10
10
11
11
* complete steps to reproduce the issue
12
-
* any information about platform and environment that could be specific to the bug
12
+
* any information about platform and environment that could be specific to the bug
13
13
* Specific version of the product you are using
14
14
* Specific version of the server being used
15
15
* C++ code to help reproduce the issue if possible
@@ -18,7 +18,7 @@ Bug reports should be as complete as possible. Please try and include the follo
18
18
19
19
Contributing to this project is easy. You just need to follow these steps.
20
20
21
-
* Sign the Oracle Contributor Agreement. You can find instructions for doing that at [OCA Page](https://www.oracle.com/technetwork/community/oca-486395.html)
21
+
* Sign the Oracle Contributor Agreement. You can find instructions for doing that at [OCA Page](https://oca.opensource.oracle.com/)
22
22
* Develop your pull request
23
23
* Make sure you are aware of the requirements for the project (i.e. don't require C++17 if we are supporting C++11 and higher)
24
24
* Validate your pull request by including tests that sufficiently cover the functionality
0 commit comments