-
Notifications
You must be signed in to change notification settings - Fork 24
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
1 parent
e413892
commit b865714
Showing
1 changed file
with
21 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,21 @@ | ||
Hello developer, | ||
|
||
Before completing the submission of this Pull Request, we encourage you to first open an Issue. You may find it easier first describing the problem you encountered and its cause to the developers of this project, and we will work together in identifying the best way to fix it. | ||
|
||
If you have already discussed the issue and is now proposing a fix, make sure you have your signed [Oracle Contributor Agreement](https://www.oracle.com/technetwork/community/oca-486395.html) accepted. | ||
|
||
If everything is ok, make sure the bottom of your commit message has 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 | ||
```` | ||
Once more, thank you for your contribution! | ||
Oracle GitHub Team |