You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2018/01/27 12:35:21 UTC

[maven-enforcer] branch BADGES updated: Fixed typo plus reduced checking cause it's done by CI

This is an automated email from the ASF dual-hosted git repository.

khmarbaise pushed a commit to branch BADGES
in repository https://gitbox.apache.org/repos/asf/maven-enforcer.git


The following commit(s) were added to refs/heads/BADGES by this push:
     new 72b509c  Fixed typo plus reduced checking cause it's done by CI
72b509c is described below

commit 72b509cf5f814806efb4cdde5a3f3793c27d49e0
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Sat Jan 27 13:35:03 2018 +0100

    Fixed typo
    plus reduced checking cause it's done by CI
---
 .github/pull_request_template.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
index d1f09bc..c04497b 100644
--- a/.github/pull_request_template.md
+++ b/.github/pull_request_template.md
@@ -8,10 +8,10 @@ contribution quickly and easily:
  - [ ] Each commit in the pull request should have a meaningful subject line and body.
  - [ ] Format the pull request title like `[MENFORCER-XXX] - Fixes bug in ApproximateQuantiles`,
        where you replace `MENFORCER-XXX` with the appropriate JIRA issue. Best practice
-       is to use the JIRA issue title in the pull reqeust title and in the first line of the 
+       is to use the JIRA issue title in the pull request title and in the first line of the 
        commit message.
  - [ ] Write a pull request description that is detailed enough to understand what the pull request does, how, and why.
- - [ ] Run `mvn -Prun-its clean verify` to make sure basic checks pass. A more thorough check will 
+ - [ ] Run `mvn clean verify` to make sure basic checks pass. A more thorough check will 
        be performed on your pull request automatically.
 
 If your pull request is about ~20 lines of code you don't need to sign an

-- 
To stop receiving notification emails like this one, please contact
khmarbaise@apache.org.