From b865714452fcc60accb67f6b475cdaa91655ca21 Mon Sep 17 00:00:00 2001 From: Bruno Borges Date: Thu, 25 Aug 2016 18:46:06 -0700 Subject: [PATCH] Create pull_request_template.md --- .github/pull_request_template.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 000000000..44a75b8ac --- /dev/null +++ b/.github/pull_request_template.md @@ -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 +``` + +This can be automatically added to pull requests by committing with: + +``` +git commit --signoff +```` + +Once more, thank you for your contribution! + +Oracle GitHub Team