You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by hu...@apache.org on 2018/07/12 06:48:54 UTC

[incubator-dubbo-website] branch asf-site updated: Do not add files under build directory.

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

huxing pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-dubbo-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 1af35a6  Do not add files under build directory.
1af35a6 is described below

commit 1af35a67c6b55455c116fc9b4681bac58de77e47
Author: Huxing Zhang <hu...@gmail.com>
AuthorDate: Thu Jul 12 14:48:28 2018 +0800

    Do not add files under build directory.
---
 PULL_REQUEST_TEMPLATE.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md
index 275ffa3..3e88482 100644
--- a/PULL_REQUEST_TEMPLATE.md
+++ b/PULL_REQUEST_TEMPLATE.md
@@ -12,5 +12,5 @@ Follow this checklist to help us incorporate your contribution quickly and easil
 - [ ] Format the pull request title like `Fix UnknownException when host config not exist #XXX`. Each commit in the pull request should have a meaningful subject line and body.
 - [ ] Write a pull request description that is detailed enough to understand what the pull request does, how, and why.
 - [ ] Test your code locally by running `docsite start`, and make sure it works as expected.
-- [ ] Run `docsite build` to generate static files, this is a required step before pulishing the website.
+- [ ] Make sure no files under build directory is added.
 - [ ] If this contribution is large, please follow the [Software Donation Guide](https://github.com/apache/incubator-dubbo/wiki/Software-donation-guide).