diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index a14900df5..874e7754d 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -10,7 +10,7 @@ If your issue was not created using the app above, it will be closed immediately ⚠️ ⚠️ ⚠️ 注意:请使用下面的链接来新建 issue: ⚠️ ⚠️ ⚠️ https://vuecomponent.github.io/issue-helper/ - 国内镜像:http://tangjinzhou.gitee.io/issue-helper/ + 国内镜像:http://ant-design-vue.gitee.io/issue-helper/ 不是用上面的链接创建的 issue 会被立即关闭。 --> diff --git a/.github/ISSUE_TEMPLATE/----please-use-new-issue-ant-design-vue---.md b/.github/ISSUE_TEMPLATE/----please-use-new-issue-ant-design-vue---.md index 4f920a141..41306aa0d 100644 --- a/.github/ISSUE_TEMPLATE/----please-use-new-issue-ant-design-vue---.md +++ b/.github/ISSUE_TEMPLATE/----please-use-new-issue-ant-design-vue---.md @@ -10,4 +10,4 @@ The issue which is not created via https://vuecomponent.github.io/issue-helper/ --- -注意:不是用 https://vuecomponent.github.io/issue-helper/ 或 http://tangjinzhou.gitee.io/issue-helper/ 创建的 issue 会被立即关闭。 +注意:不是用 https://vuecomponent.github.io/issue-helper/ 或 http://ant-design-vue.gitee.io/issue-helper/ 创建的 issue 会被立即关闭。 diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 000000000..f55848bb1 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,53 @@ +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)] + +### This is a ... + +- [ ] New feature +- [ ] Bug fix +- [ ] Site / document update +- [ ] Component style update +- [ ] TypeScript definition update +- [ ] Refactoring +- [ ] Code style optimization +- [ ] Branch merge +- [ ] Other (about what?) + +### What's the background? + +> 1. Describe the source of requirement. +> 2. Resolve what problem. +> 3. Related issue link. + +### API Realization (Optional if not new feature) + +> 1. Basic thought of solution and other optional proposal. +> 2. List final API realization and usage sample. +> 3. GIF or snapshot should be provided if includes UI/interactive modification. + +### What's the effect? (Optional if not new feature) + +> 1. Does this PR affect user? Which part will be affected? +> 2. What will say in changelog? +> 3. Does this PR contains potential break change or other risk? + +### Changelog description (Optional if not new feature) + +> 1. English description +> 2. Chinese description (optional) + +### Self Check before Merge + +- [ ] Doc is updated/provided or not needed +- [ ] Demo is updated/provided or not needed +- [ ] TypeScript definition is updated/provided or not needed +- [ ] Changelog is provided or not needed + +### Additional Plan? (Optional if not new feature) + +> If this PR related with other PR or following info. You can type here. \ No newline at end of file diff --git a/.github/PULL_REQUEST_TEMPLATE/pr_cn.md b/.github/PULL_REQUEST_TEMPLATE/pr_cn.md new file mode 100644 index 000000000..60bcdb279 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/pr_cn.md @@ -0,0 +1,52 @@ +首先,感谢你的贡献! 😄 + +新特性请提交至 feature 分支,其余可提交至 master 分支。 +在一个维护者审核通过后合并。 +请确保填写以下 pull request 的信息,谢谢!~ + +[[English Template / 英文模板](?expand=1)] + +### 这个变动的性质是 + +- [ ] 新特性提交 +- [ ] 日常 bug 修复 +- [ ] 站点、文档改进 +- [ ] 组件样式改进 +- [ ] TypeScript 定义更新 +- [ ] 重构 +- [ ] 代码风格优化 +- [ ] 分支合并 +- [ ] 其他改动(是关于什么的改动?) + +### 需求背景 + +> 1. 描述相关需求的来源。 +> 2. 要解决的问题。 +> 3. 相关的 issue 讨论链接。 + +### 实现方案和 API(非新功能可选) + +> 1. 基本的解决思路和其他可选方案。 +> 2. 列出最终的 API 实现和用法。 +> 3. 涉及UI/交互变动需要有截图或 GIF。 + +### 对用户的影响和可能的风险(非新功能可选) + +> 1. 这个改动对用户端是否有影响?影响的方面有哪些? +> 2. 是否有可能隐含的 break change 和其他风险? + +### Changelog 描述(非新功能可选) + +> 1. 英文描述 +> 2. 中文描述(可选) + +### 请求合并前的自查清单 + +- [ ] 文档已补充或无须补充 +- [ ] 代码演示已提供或无须提供 +- [ ] TypeScript 定义已补充或无须补充 +- [ ] Changelog 已提供或无须提供 + +### 后续计划(非新功能可选) + +> 如果这个提交后面还有相关的其他提交和跟进信息,可以写在这里。 \ No newline at end of file diff --git a/CHANGELOG.en-US.md b/CHANGELOG.en-US.md index 34a053d4c..32a7b0fa6 100644 --- a/CHANGELOG.en-US.md +++ b/CHANGELOG.en-US.md @@ -48,8 +48,8 @@ ### Component features and styles are synchronized to antd version 3.11.6. 1.3.0 brings two new Components, a lot of exciting changes and new features. -- 🔥 Added a new component [Comment](https://vuecomponent.github.io/ant-design-vue/components/comment/)。 -- 🔥 dded a new component [ConfigProvider](https://vuecomponent.github.io/ant-design-vue/components/config-provider/) for user to customize some global setting. +- 🔥 Added a new component [Comment](https://vue.ant.design/components/comment/)。 +- 🔥 dded a new component [ConfigProvider](https://vue.ant.design/components/config-provider/) for user to customize some global setting. Component Fixes / Enhancements: diff --git a/CHANGELOG.zh-CN.md b/CHANGELOG.zh-CN.md index c50aaa8c5..52d8e8b84 100644 --- a/CHANGELOG.zh-CN.md +++ b/CHANGELOG.zh-CN.md @@ -48,8 +48,8 @@ ### 组件功能和样式同步到 antd 3.11.6 版本。 1.3.0 版本带来了两个新组件,还有很多激动人心的变化和新特性。 -- 🔥 增加了一个新组件 [Comment](https://vuecomponent.github.io/ant-design-vue/components/comment-cn/)。 -- 🔥 增加了一个新组件 [ConfigProvider](https://vuecomponent.github.io/ant-design-vue/components/config-provider-cn/) 为组件提供统一的全局化配置。 +- 🔥 增加了一个新组件 [Comment](https://vue.ant.design/components/comment-cn/)。 +- 🔥 增加了一个新组件 [ConfigProvider](https://vue.ant.design/components/config-provider-cn/) 为组件提供统一的全局化配置。 组件修复/功能增强: diff --git a/README-zh_CN.md b/README-zh_CN.md index d87059d3b..6ae9f8554 100644 --- a/README-zh_CN.md +++ b/README-zh_CN.md @@ -1,11 +1,11 @@
Special thanks to the generous sponsorship by: @@ -66,7 +66,7 @@ $ yarn add ant-design-vue ## 链接 -- [首页](https://vuecomponent.github.io/ant-design-vue/) +- [首页](https://vue.ant.design/) - [Vue官方文档](https://cn.vuejs.org/) - [Antd React](http://ant.design/) diff --git a/README.md b/README.md index 986a91208..2492b67e5 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@
Special thanks to the generous sponsorship by: @@ -66,7 +66,7 @@ If you are in a bad network environment,you can try other registries and tools ## Links -- [Home page](https://vuecomponent.github.io/ant-design-vue/) +- [Home page](https://vue.ant.design/) - [Vue](https://vuejs.org/) - [Ant Design React](http://ant.design/) diff --git a/components/auto-complete/__tests__/__snapshots__/demo.test.js.snap b/components/auto-complete/__tests__/__snapshots__/demo.test.js.snap index 5344c1781..d076f989e 100644 --- a/components/auto-complete/__tests__/__snapshots__/demo.test.js.snap +++ b/components/auto-complete/__tests__/__snapshots__/demo.test.js.snap @@ -4,13 +4,13 @@ exports[`renders ./components/auto-complete/demo/basic.md correctly 1`] = `
0
1
2
3
4
5
6
7
8
9
0
1
2
3
4
5
6
7
8
9
0
1
2
3
4
5
6
7
8
9
0
1
2
3
4
5
6
7
8
9
0
1
2
3
4
5
6
7
8
9
0
1
2
3
4
5
6
7
8
9
你要找的页面不存在返回首页
+