Skip to content

Commit

Permalink
Create pull_request_template.md
Browse files Browse the repository at this point in the history
  • Loading branch information
brunoborges committed Aug 26, 2016
1 parent e413892 commit b865714
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/pull_request_template.md
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 <you@example.org>
```

This can be automatically added to pull requests by committing with:

```
git commit --signoff
````

Once more, thank you for your contribution!

Oracle GitHub Team

0 comments on commit b865714

Please sign in to comment.