forked from ant-design/ant-design-mobile
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a6cb958
commit 8ed6227
Showing
1 changed file
with
16 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,21 @@ | ||
First of all, thanks for your contribution! :-) | ||
First of all, thank you for your contribution! :-) | ||
|
||
Please makes sure these boxes are checked before submitting your PR, thank you! | ||
Please makes sure that these checkboxes are checked before submitting your PR, thank you! | ||
|
||
* [ ] Make sure you follow antd's [code convention](https://github.com/ant-design/ant-design/wiki/Code-convention-for-antd). | ||
* [ ] Make sure that you follow antd's [code convention](https://github.com/ant-design/ant-design/wiki/Code-convention-for-antd). | ||
* [ ] 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. | ||
|
||
Extra checklist: | ||
|
||
**if** *isBugFix* **:** | ||
|
||
* [ ] Make sure that you add at least one unit test for the bug which you had fixed. | ||
|
||
**elif** *isNewFeature* **:** | ||
|
||
* [ ] Update API docs for the component. | ||
* [ ] Update/Add demo to demonstrate new feature. | ||
* [ ] Update TypeScript definition for the component. | ||
* [ ] Add unit tests for the feature. |