aboutsummaryrefslogtreecommitdiff
path: root/.github/PULL_REQUEST_TEMPLATE.md
diff options
context:
space:
mode:
authorRoman Ivanov <romani@users.noreply.github.com>2016-06-23 21:05:41 -0700
committerGitHub <noreply@github.com>2016-06-23 21:05:41 -0700
commitb77a69477c9098d7cdd07567fed03f07dadaba79 (patch)
treeb5be274472ffe8ca7657323e272bcb6802cf1d64 /.github/PULL_REQUEST_TEMPLATE.md
parentf2dd5de90b4e8e3adc090618fd7d85762e235697 (diff)
downloadcheckstyle-b77a69477c9098d7cdd07567fed03f07dadaba79.tar.gz
minor: update for PULL_REQUEST_TEMPLATE.md
Diffstat (limited to '.github/PULL_REQUEST_TEMPLATE.md')
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md14
1 files changed, 12 insertions, 2 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index 5ac364692..234cfa285 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -1,14 +1,24 @@
Mandatory:
+
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:
- a) Must match one of the following patterns:\n"
+
+ a) Must match one of the following patterns:
+
^Issue #\\d+: .*$
+
^Pull #\\d+: .*$
+
^(minor|config|infra|doc|spelling): .*$
+
b) It contains only one line of text
+
c) Must not end with a period, space, or tab
+
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.