File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change 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+
You can’t perform that action at this time.
0 commit comments