minor: update for PULL_REQUEST_TEMPLATE.md

This commit is contained in:
Roman Ivanov 2016-06-23 21:05:41 -07:00 committed by GitHub
parent f2dd5de90b
commit b77a69477c
1 changed files with 12 additions and 2 deletions

View File

@ -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.
ATTENTION: We are not merging Pull Requests that not passing your CIs.