2016-02-23 09:43:21 +08:00
|
|
|
First of all, thanks for your contribution! :-)
|
|
|
|
|
|
|
|
Please makes sure these boxes are checked before submitting your PR, thank you!
|
|
|
|
|
2017-03-02 15:11:28 +08:00
|
|
|
* [ ] Make sure you propose PR to correct branch: bugfix for `master`, feature for latest active branch `feature-x.x`.
|
2016-03-22 09:59:32 +08:00
|
|
|
* [ ] Make sure you follow antd's [code convention](https://github.com/ant-design/ant-design/wiki/Code-convention-for-antd).
|
2016-03-14 11:28:48 +08:00
|
|
|
* [ ] Run `npm run lint` and fix those errors before submitting in order to keep consistent code style.
|
|
|
|
* [ ] Rebase before creating a PR to keep commit history clear.
|
|
|
|
* [ ] Add some descriptions and refer relative issues for you PR.
|