This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
The following commit(s) were added to refs/heads/master by this push: new 0d909b73a1 [doc] add github checks doc (#9387) 0d909b73a1 is described below commit 0d909b73a1cbd8904859c3e85e4bc41f3b3909eb Author: Mingyu Chen <morningman....@gmail.com> AuthorDate: Sat May 7 08:44:23 2022 +0800 [doc] add github checks doc (#9387) --- docs/.vuepress/sidebar/en.js | 1 + docs/.vuepress/sidebar/zh-CN.js | 1 + docs/en/developer-guide/github-checks.md | 31 +++++++++++++++++++++++++++++ docs/zh-CN/developer-guide/github-checks.md | 31 +++++++++++++++++++++++++++++ 4 files changed, 64 insertions(+) diff --git a/docs/.vuepress/sidebar/en.js b/docs/.vuepress/sidebar/en.js index 54c9b78634..b9af739942 100644 --- a/docs/.vuepress/sidebar/en.js +++ b/docs/.vuepress/sidebar/en.js @@ -1023,6 +1023,7 @@ module.exports = [ "how-to-share-blogs", "minidump", "bitmap-hll-file-format", + "github-checks" ], }, { diff --git a/docs/.vuepress/sidebar/zh-CN.js b/docs/.vuepress/sidebar/zh-CN.js index dd5f6ceea6..de4f277547 100644 --- a/docs/.vuepress/sidebar/zh-CN.js +++ b/docs/.vuepress/sidebar/zh-CN.js @@ -1025,6 +1025,7 @@ module.exports = [ "minidump", "bitmap-hll-file-format", "regression-testing", + "github-checks" ], }, { diff --git a/docs/en/developer-guide/github-checks.md b/docs/en/developer-guide/github-checks.md new file mode 100644 index 0000000000..41b4afdfc8 --- /dev/null +++ b/docs/en/developer-guide/github-checks.md @@ -0,0 +1,31 @@ +--- +{ + "title": "Github Checks", + "language": "en" +} + +--- + +<!-- +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you under the Apache License, Version 2.0 (the +"License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +--> + +# Github Checks + +Please refer to: [Github Checks Guidance](https://cwiki.apache.org/confluence/display/DORIS/Github+Checks+Guidance) + diff --git a/docs/zh-CN/developer-guide/github-checks.md b/docs/zh-CN/developer-guide/github-checks.md new file mode 100644 index 0000000000..5544d99694 --- /dev/null +++ b/docs/zh-CN/developer-guide/github-checks.md @@ -0,0 +1,31 @@ +--- +{ + "title": "Github 准入检查", + "language": "zh-CN" +} + +--- + +<!-- +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you under the Apache License, Version 2.0 (the +"License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +--> + +# Github 准入检查 + +请参阅:[Github Checks Guidance](https://cwiki.apache.org/confluence/display/DORIS/Github+Checks+Guidance) + --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org