You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by yu...@apache.org on 2017/12/18 06:20:47 UTC

[rocketmq] 02/02: [HOTFIX] Move pull request template to .github

This is an automated email from the ASF dual-hosted git repository.

yukon pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq.git

commit 285c780602f58af65d5253c33585699d9a688d86
Author: yukon <yu...@apache.org>
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 47aae97..079aecd 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
"commits@rocketmq.apache.org" <co...@rocketmq.apache.org>.