Repository: marmotta Updated Branches: refs/heads/develop db3a593fa -> 676264a92
INFRA-12143: trying the trick @davorbonaci pointed Project: http://git-wip-us.apache.org/repos/asf/marmotta/repo Commit: http://git-wip-us.apache.org/repos/asf/marmotta/commit/676264a9 Tree: http://git-wip-us.apache.org/repos/asf/marmotta/tree/676264a9 Diff: http://git-wip-us.apache.org/repos/asf/marmotta/diff/676264a9 Branch: refs/heads/develop Commit: 676264a928e8b414df1ed8790eaa73d7934f0249 Parents: db3a593 Author: Sergio Fernández <[email protected]> Authored: Tue Jun 21 08:18:44 2016 +0200 Committer: Sergio Fernández <[email protected]> Committed: Tue Jun 21 08:18:44 2016 +0200 ---------------------------------------------------------------------- .github/PULL_REQUEST_TEMPLATE.md | 9 +++++++++ 1 file changed, 9 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/marmotta/blob/676264a9/.github/PULL_REQUEST_TEMPLATE.md ---------------------------------------------------------------------- diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..d7f95c1 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,9 @@ +Be sure to do all of the following to help us incorporate your contribution quickly and easily: + + - [ ] Make sure the PR title is formatted like: `[MARMOTTA-<Jira issue #>] Description of pull request` + (replace `<Jira issue #>` in the title with the actual Jira issue number; if there is no one, + [create it](https://issues.apache.org/jira/browse/MARMOTTA) before). + - [ ] Make sure tests pass via mvn clean verify (even better, enable Travis-CI on your fork and ensure + the whole test matrix passes) . + - [ ] If this contribution is large, please file an [Apache Individual Contributor License Agreement](https://www.apache.org/licenses/icla.txt). +
