From 85d55fc500402cb9098cd18a83207fb32540d5db Mon Sep 17 00:00:00 2001 From: oreze Date: Sat, 25 Mar 2023 22:19:03 +0100 Subject: [PATCH 1/3] Move pull request template to PULL_REQUEST_TEMPLATE folder, rename english template to pr_en, fix url --- .github/PULL_REQUEST_TEMPLATE/pr_cn.md | 2 +- .../pr_en.md} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename .github/{PULL_REQUEST_TEMPLATE.md => PULL_REQUEST_TEMPLATE/pr_en.md} (100%) diff --git a/.github/PULL_REQUEST_TEMPLATE/pr_cn.md b/.github/PULL_REQUEST_TEMPLATE/pr_cn.md index 02f20810b5..f8647b70db 100644 --- a/.github/PULL_REQUEST_TEMPLATE/pr_cn.md +++ b/.github/PULL_REQUEST_TEMPLATE/pr_cn.md @@ -2,7 +2,7 @@ 新特性请提交至 feature 分支,其余可提交至 master 分支。在一个维护者审核通过后合并。请确保填写以下 pull request 的信息,谢谢!~ -[[English Template / 英文模板](?expand=1)] +[[English Template / 英文模板](./pr_en.md)] ### 这个变动的性质是 diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE/pr_en.md similarity index 100% rename from .github/PULL_REQUEST_TEMPLATE.md rename to .github/PULL_REQUEST_TEMPLATE/pr_en.md From ceca7f633c54dcf2b1e1a2dd116eb4cabda787ac Mon Sep 17 00:00:00 2001 From: oreze Date: Sat, 25 Mar 2023 22:23:21 +0100 Subject: [PATCH 2/3] Fix urls to components in EN and CN introduce docs --- site/src/vueDocs/introduce.en-US.md | 2 +- site/src/vueDocs/introduce.zh-CN.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/site/src/vueDocs/introduce.en-US.md b/site/src/vueDocs/introduce.en-US.md index 5ad8275ff8..679b5bc1a6 100644 --- a/site/src/vueDocs/introduce.en-US.md +++ b/site/src/vueDocs/introduce.en-US.md @@ -144,7 +144,7 @@ import 'ant-design-vue/dist/antd.css'; // or 'ant-design-vue/dist/antd.less' - [Home Page](https://www.antdv.com/) - [Ant Design Of React](https://ant.design/) -- [Components](https://www.antdv.com/docs/vue/introduce) +- [Components](https://www.antdv.com/components/overview) - [Change Log](/docs/vue/changelog) - [CodeSandbox template](https://codesandbox.io/s/agitated-franklin-1w72v) for bug reports - [Customize Theme](/docs/vue/customize-theme) diff --git a/site/src/vueDocs/introduce.zh-CN.md b/site/src/vueDocs/introduce.zh-CN.md index 0a541a59f9..3da5b9ee47 100644 --- a/site/src/vueDocs/introduce.zh-CN.md +++ b/site/src/vueDocs/introduce.zh-CN.md @@ -146,7 +146,7 @@ import 'ant-design-vue/dist/antd.css'; // or 'ant-design-vue/dist/antd.less' - [首页](https://www.antdv.com/) - [Ant Design Of React](https://ant.design/) -- [组件库](https://www.antdv.com/docs/vue/introduce-cn) +- [组件库](https://www.antdv.com/components/overview-cn) - [更新日志](/docs/vue/changelog-cn) - [CodeSandbox 模板](https://codesandbox.io/s/agitated-franklin-1w72v) for bug reports - [定制主题](/docs/vue/customize-theme-cn) From cf8f52a5b72370fd5d661139842c38789d9219c1 Mon Sep 17 00:00:00 2001 From: oreze Date: Sat, 25 Mar 2023 22:27:42 +0100 Subject: [PATCH 3/3] Fix url to chinese pr template --- .github/PULL_REQUEST_TEMPLATE/pr_en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE/pr_en.md b/.github/PULL_REQUEST_TEMPLATE/pr_en.md index dc955618fd..87653f4602 100644 --- a/.github/PULL_REQUEST_TEMPLATE/pr_en.md +++ b/.github/PULL_REQUEST_TEMPLATE/pr_en.md @@ -2,7 +2,7 @@ First of all, thank you for your contribution! 😄 New feature please send pull request to feature branch, and rest to master branch. Pull request will be merged after one of collaborators approve. Please makes sure that these form are filled before submitting your pull request, thank you! -[[中文版模板 / Chinese template](https://github.com/vueComponent/ant-design-vue/blob/master/.github/PULL_REQUEST_TEMPLATE/pr_cn.md)] +[[中文版模板 / Chinese template](./pr_cn.md)] ### This is a ...