This is an automated email from the ASF dual-hosted git repository.
asifdxtreme 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 d7bb0b7 Update PULL_REQUEST_TEMPLATE.md
d7bb0b7 is described below
commit d7bb0b773f6ee0dd6c3f38ee77c2323ab147e4f9
Author: Mohammad Asif Siddiqui <[email protected]>
AuthorDate: Tue Jan 16 10:10:50 2018 +0530
Update PULL_REQUEST_TEMPLATE.md
---
.github/PULL_REQUEST_TEMPLATE.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index 0bcae50..d3a504f 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -4,7 +4,7 @@ Follow this checklist to help us incorporate your contribution
quickly and easil
- [ ] 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.
+ - [ ] Run `go build` `go test` `go fmt` `go vet` 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]>'].