docs(introduce): fix urls to components overwiev, fix links to PR templates (#6389)

* Move pull request template to PULL_REQUEST_TEMPLATE folder, rename english template to pr_en, fix url

* Fix urls to components in EN and CN introduce docs

* Fix url to chinese pr template
pull/6403/head
Szymon Jędrych 2023-03-27 02:17:09 +02:00 committed by GitHub
parent 7ebabb3778
commit b16c89fcd2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@
新特性请提交至 feature 分支,其余可提交至 master 分支。在一个维护者审核通过后合并。请确保填写以下 pull request 的信息,谢谢!~
[[English Template / 英文模板](?expand=1)]
[[English Template / 英文模板](./pr_en.md)]
### 这个变动的性质是

View File

@ -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 ...

View File

@ -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)

View File

@ -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)