We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f209d1 commit c90e7caCopy full SHA for c90e7ca
CONTRIBUTING.md
@@ -0,0 +1,25 @@
1
+# Contributing to oracle-db-examples
2
+
3
+*Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved.*
4
5
+Pull requests can be made under
6
+[The Oracle Contributor Agreement](https://www.oracle.com/technetwork/community/oca-486395.html)
7
+(OCA).
8
9
+For pull requests to be accepted into oracle-db-examples, the bottom of
10
+your commit message must have the following line using your name and
11
+e-mail address as it appears in the OCA Signatories list.
12
13
+```
14
+Signed-off-by: Your Name <you@example.org>
15
16
17
+This can be automatically added to pull requests by committing with:
18
19
20
+git commit --signoff
21
+````
22
23
+Only pull requests from committers that can be verified as having
24
+signed the OCA can be accepted.
25
0 commit comments