Repository: marmotta Updated Branches: refs/heads/develop 676264a92 -> 9252b540f
INFRA-12143: minor editorial details on the pr template Project: http://git-wip-us.apache.org/repos/asf/marmotta/repo Commit: http://git-wip-us.apache.org/repos/asf/marmotta/commit/9252b540 Tree: http://git-wip-us.apache.org/repos/asf/marmotta/tree/9252b540 Diff: http://git-wip-us.apache.org/repos/asf/marmotta/diff/9252b540 Branch: refs/heads/develop Commit: 9252b540f8afcb2f1f90cb2ce04a9fa1d4b52484 Parents: 676264a Author: Sergio Fernández <[email protected]> Authored: Tue Jun 21 08:34:34 2016 +0200 Committer: Sergio Fernández <[email protected]> Committed: Tue Jun 21 08:34:34 2016 +0200 ---------------------------------------------------------------------- .github/PULL_REQUEST_TEMPLATE.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/marmotta/blob/9252b540/.github/PULL_REQUEST_TEMPLATE.md ---------------------------------------------------------------------- diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index d7f95c1..ec05edb 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,9 +1,12 @@ 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). + - [ ] Make sure the PR title is formatted like: `[MARMOTTA-XXX] title of pull request` + (replace `XXX` in the title with the actual Jira issue number; if there is no one, + please [create one](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 suite passes). + - [ ] If this contribution is large, please file an + [Apache's Individual Contributor License Agreement](https://www.apache.org/licenses/icla.txt). + +---
