aboutsummaryrefslogtreecommitdiff
path: root/.github/PULL_REQUEST_TEMPLATE.md
diff options
context:
space:
mode:
authorRoman Ivanov <romani@users.noreply.github.com>2016-06-23 21:13:06 -0700
committerGitHub <noreply@github.com>2016-06-23 21:13:06 -0700
commit7b8abf82632d5c31e7624cca3b85f077622cea17 (patch)
tree3a2a2da3f0018e902b386dda699b4f8cff92590d /.github/PULL_REQUEST_TEMPLATE.md
parentf71dd5c42720f14875c2d11bdadd7417d0cf1cf0 (diff)
downloadcheckstyle-7b8abf82632d5c31e7624cca3b85f077622cea17.tar.gz
update for PULL_REQUEST_TEMPLATE.md
Diffstat (limited to '.github/PULL_REQUEST_TEMPLATE.md')
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index 5ac364692..6663dda6e 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -1,7 +1,7 @@
-Mandatory:
+Mandatory to underdand:
0) Issue you are tryining to fix/resolve has to have "approved" label.
1) Put in description of Pull Request reference to issue if it exists. Example: "Issue: #XXXXXX"
-2) Proper commit message should adhere to the following rules:
+2) Commit message should adhere to the following rules:
a) Must match one of the following patterns:\n"
^Issue #\\d+: .*$
^Pull #\\d+: .*$
@@ -11,4 +11,6 @@ Mandatory:
To avoid multiple iterations of fixes and CIs failures, please read http://checkstyle.sourceforge.net/contributing.html
-ATTENTION: We are not merging Pull Requests that not passing your CIs. \ No newline at end of file
+ATTENTION: We are not merging Pull Requests that not passing your CIs.
+
+Thanks for reading, remove whole this message and type what you need.