From 49e952328312a60b6ed42b08f27092eca49cdea2 Mon Sep 17 00:00:00 2001 From: Benjy Cui Date: Tue, 6 Dec 2016 15:42:50 +0800 Subject: [PATCH] docs: add PR welcomed badge --- .github/CONTRIBUTING.md | 2 ++ README.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index ac8da7d402..eadf9b6856 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -48,6 +48,8 @@ If you believe that Ant Design should provide some features, but it does not. Yo ## Tips about Pull Request +**Working on your first Pull Request?** You can learn how from this *free* series [How to Contribute to an Open Source Project on GitHub](https://egghead.io/series/how-to-contribute-to-an-open-source-project-on-github) + It's welcomed to pull request. And there are some tips about that: 1. It is a good habit to create a feature request issue to discuss whether the feature is necessary before you implement it. However, it's unnecessary to create an issue to claim that you found a typo or improved the readability of documentation, just create a pull request. diff --git a/README.md b/README.md index 1f2168a36c..6bfd285107 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ An enterprise-class UI design language and React-based implementation. - Written in TypeScript with complete define types. - A npm + webpack + babel + [dora](https://github.com/dora-js/dora) + [dva](https://github.com/dvajs/dva) development framework. -## Let's build a better antd together +## Let's build a better antd together [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com) `antd` is an open source project, any reasonable improvement is welcomed. If you are interested in contributing to `antd`, you can watch this repository and join in [discussion](https://github.com/ant-design/ant-design/issues?q=is%3Aopen+is%3Aissue+label%3ADiscussion), or try to implement some [features which had been accepted](https://github.com/ant-design/ant-design/issues?q=is%3Aopen+is%3Aissue+label%3A%22PR+welcome%22).