Repository: marmotta Updated Branches: refs/heads/develop 48d3a1a41 -> 60f7c1758
clearer pull request title in the template Project: http://git-wip-us.apache.org/repos/asf/marmotta/repo Commit: http://git-wip-us.apache.org/repos/asf/marmotta/commit/60f7c175 Tree: http://git-wip-us.apache.org/repos/asf/marmotta/tree/60f7c175 Diff: http://git-wip-us.apache.org/repos/asf/marmotta/diff/60f7c175 Branch: refs/heads/develop Commit: 60f7c1758be826edae082bbfae1789ab5e5c8d7d Parents: 48d3a1a Author: Sergio Fernández <[email protected]> Authored: Wed Jun 29 10:03:21 2016 +0200 Committer: Sergio Fernández <[email protected]> Committed: Wed Jun 29 10:03:21 2016 +0200 ---------------------------------------------------------------------- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/marmotta/blob/60f7c175/.github/PULL_REQUEST_TEMPLATE.md ---------------------------------------------------------------------- diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index ec05edb..da49759 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,6 +1,6 @@ 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-XXX] title of pull request` + - [ ] 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
