This is an automated email from the ASF dual-hosted git repository.
ningjiang pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/incubator-servicecomb-service-center.git
The following commit(s) were added to refs/heads/master by this push:
new b373636 SCB-130 Updated the Github PR template
b373636 is described below
commit b3736362000f7e1f613b0707eac1f9796310be56
Author: Willem Jiang <[email protected]>
AuthorDate: Tue Dec 26 18:48:16 2017 +0800
SCB-130 Updated the Github PR template
---
.github/PULL_REQUEST_TEMPLATE.md | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
new file mode 100644
index 0000000..0bcae50
--- /dev/null
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -0,0 +1,10 @@
+Follow this checklist to help us incorporate your contribution quickly and
easily:
+
+ - [ ] Make sure there is a [JIRA
issue](https://issues.apache.org/jira/browse/SCB) filed for the change (usually
before you start working on it). Trivial changes like typos do not require a
JIRA issue. Your pull request should address just this issue, without pulling
in other changes.
+ - [ ] Each commit in the pull request should have a meaningful subject line
and body.
+ - [ ] Format the pull request title like `[SCB-XXX] Fixes bug in
ApproximateQuantiles`, where you replace `SCB-XXX` with the appropriate JIRA
issue.
+ - [ ] Write a pull request description that is detailed enough to understand
what the pull request does, how, and why.
+ - [ ] Run `mvn clean install` to make sure basic checks pass. A more thorough
check will be performed on your pull request automatically.
+ - [ ] If this contribution is large, please file an Apache [Individual
Contributor License Agreement](https://www.apache.org/licenses/icla.pdf).
+
+---
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].