forked from oracle-livelabs/multicloud
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# Contributing to Oracle GitHub projects | ||
|
||
*Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.* | ||
|
||
Pull requests can be made under the OCA - | ||
[Oracle Contributor Agreement](https://www.oracle.com/technetwork/community/oca-486395.html). | ||
|
||
If you have ideas you want to contribute back, please share them by first | ||
[submitting Issues](https://help.github.com/articles/creating-an-issue/). | ||
|
||
For pull requests containing new code submission to be accepted into any project, | ||
the bottom of your commit message must have the following line using your name and | ||
e-mail address as it appears in the OCA Signatories list. | ||
|
||
``` | ||
Signed-off-by: Your Name <[email protected]> | ||
``` | ||
|
||
This can be automatically added to pull requests by committing with: | ||
|
||
``` | ||
git commit --signoff | ||
``` | ||
|
||
Only pull requests from committers that can be verified as having | ||
signed the OCA can be accepted. | ||
|
||
Thanks, | ||
Oracle GitHub Team |