From 5e8cef70453baf8182e0843100a7be420c8944b2 Mon Sep 17 00:00:00 2001 From: afc163 Date: Wed, 25 Mar 2020 18:01:24 +0800 Subject: [PATCH] docs: :book: collaborator guide --- README-pt_BR.md | 1 + README-zh_CN.md | 1 + README.md | 1 + docs/react/contributing.en-US.md | 4 ++++ docs/react/contributing.zh-CN.md | 4 ++++ docs/react/introduce.en-US.md | 1 + docs/react/introduce.zh-CN.md | 1 + 7 files changed, 13 insertions(+) diff --git a/README-pt_BR.md b/README-pt_BR.md index 32b0374e75..fef84f8fef 100644 --- a/README-pt_BR.md +++ b/README-pt_BR.md @@ -102,6 +102,7 @@ Veja [i18n](http://ant.design/docs/react/i18n). - [CodeSandbox Template](https://u.ant.design/codesandbox-repro) para relatório de erros - [Awesome Ant Design](https://github.com/websemantics/awesome-ant-design) - [Customize Theme](http://ant.design/docs/react/customize-theme) +- [How to Apply for Being A Collaborator](https://github.com/ant-design/ant-design/wiki/Collaborators#how-to-apply-for-being-a-collaborator) ## ⌨️ Desenvolvimento diff --git a/README-zh_CN.md b/README-zh_CN.md index e8d0ec3937..91fdbf305d 100644 --- a/README-zh_CN.md +++ b/README-zh_CN.md @@ -107,6 +107,7 @@ import 'antd/dist/antd.css'; // or 'antd/dist/antd.less' - [CodeSandbox 模板](https://u.ant.design/codesandbox-repro) for bug reports - [Awesome Ant Design](https://github.com/websemantics/awesome-ant-design) - [定制主题](http://ant.design/docs/react/customize-theme-cn) +- [成为社区协作成员](https://github.com/ant-design/ant-design/wiki/Collaborators#how-to-apply-for-being-a-collaborator) ## ⌨️ 本地开发 diff --git a/README.md b/README.md index 47a55d5135..0784be9f53 100644 --- a/README.md +++ b/README.md @@ -102,6 +102,7 @@ See [i18n](http://ant.design/docs/react/i18n). - [CodeSandbox Template](https://u.ant.design/codesandbox-repro) for bug reports - [Awesome Ant Design](https://github.com/websemantics/awesome-ant-design) - [Customize Theme](http://ant.design/docs/react/customize-theme) +- [How to Apply for Being A Collaborator](https://github.com/ant-design/ant-design/wiki/Collaborators#how-to-apply-for-being-a-collaborator) ## ⌨️ Development diff --git a/docs/react/contributing.en-US.md b/docs/react/contributing.en-US.md index 9649c4000d..11b2555a55 100644 --- a/docs/react/contributing.en-US.md +++ b/docs/react/contributing.en-US.md @@ -68,3 +68,7 @@ After cloning antd, run `npm install` to fetch its dependencies. Then, you can r 1. `npm test` runs the complete test suite. 1. `npm run compile` compiles TypeScript code to the `lib` and `es` directory. 1. `npm run dist` creates UMD build of antd. + +## Being a collaborator + +If you are a active contributor and are willing to work with Ant Design Team in our opensource workflow, you can [apply to be a outside collaborator](https://github.com/ant-design/ant-design/wiki/Collaborators#how-to-apply-for-being-a-collaborator). diff --git a/docs/react/contributing.zh-CN.md b/docs/react/contributing.zh-CN.md index 5816b9b025..caec320460 100644 --- a/docs/react/contributing.zh-CN.md +++ b/docs/react/contributing.zh-CN.md @@ -68,3 +68,7 @@ Ant Design 团队会关注所有的 pull request,我们会 review 以及合并 3. `npm test` 运行测试。 4. `npm run compile` 编译 TypeScript 代码到 lib 和 es 目录。 5. `npm run dist` 构建 antd 的 UMD 版本到 dist 目录。 + +## 加入社区 + +如果你贡献度度足够活跃,希望和 Ant Design 团队一起参与维护工作,你可以[申请成为社区协作者](https://github.com/ant-design/ant-design/wiki/Collaborators#how-to-apply-for-being-a-collaborator)。 diff --git a/docs/react/introduce.en-US.md b/docs/react/introduce.en-US.md index 07adab78f5..7be5930071 100644 --- a/docs/react/introduce.en-US.md +++ b/docs/react/introduce.en-US.md @@ -141,6 +141,7 @@ import 'antd/dist/antd.css'; // or 'antd/dist/antd.less' - [CodeSandbox Template](https://u.ant.design/codesandbox-repro) for bug reports - [Awesome Ant Design](https://github.com/websemantics/awesome-ant-design) - [Customize Theme](/docs/react/customize-theme) +- [How to Apply for Being A Collaborator](https://github.com/ant-design/ant-design/wiki/Collaborators#how-to-apply-for-being-a-collaborator) ## Companies using antd diff --git a/docs/react/introduce.zh-CN.md b/docs/react/introduce.zh-CN.md index 367d479645..eb15575a9c 100644 --- a/docs/react/introduce.zh-CN.md +++ b/docs/react/introduce.zh-CN.md @@ -144,6 +144,7 @@ import 'antd/dist/antd.css'; // or 'antd/dist/antd.less' - [CodeSandbox 模板](https://u.ant.design/codesandbox-repro) for bug reports - [Awesome Ant Design](https://github.com/websemantics/awesome-ant-design) - [定制主题](/docs/react/customize-theme) +- [成为社区协作成员](https://github.com/ant-design/ant-design/wiki/Collaborators#how-to-apply-for-being-a-collaborator) ## 谁在使用