This is an automated email from the ASF dual-hosted git repository. yukon pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/rocketmq.git
commit 7ae0d4e105bf906cd22a9b0c03fb57d6fd71eca2 Author: yukon <[email protected]> AuthorDate: Mon Dec 18 14:19:33 2017 +0800 [HOTFIX] Move pull request template to .github --- PULL_REQUEST_TEMPLATE.md => .github/PULL_REQUEST_TEMPLATE.md | 0 pom.xml | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md similarity index 100% rename from PULL_REQUEST_TEMPLATE.md rename to .github/PULL_REQUEST_TEMPLATE.md diff --git a/pom.xml b/pom.xml index 7904e99..4a8e463 100644 --- a/pom.xml +++ b/pom.xml @@ -252,7 +252,7 @@ <exclude>.travis.yml</exclude> <exclude>CONTRIBUTING.md</exclude> <exclude>bin/README.md</exclude> - <exclude>PULL_REQUEST_TEMPLATE.md</exclude> + <exclude>.github/*</exclude> <exclude>src/test/resources/certs/*</exclude> </excludes> </configuration> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
