-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Showing
1 changed file
with
7 additions
and
1 deletion.
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,14 @@ | ||
*Before* submitting a pull request, please make sure the following is done... | ||
_Before_ submitting a pull request, please make sure the following is done... | ||
|
||
- [ ] Ensure the pull request title and commit message follow the [Commit Specific](https://github.com/alibaba/formily/blob/formily_next/.github/GIT_COMMIT_SPECIFIC.md) in **English**. | ||
- [ ] Fork the repo and create your branch from `master` or `formily_next`. | ||
- [ ] If you've added code that should be tested, add tests! | ||
- [ ] If you've changed APIs, update the documentation. | ||
- [ ] Ensure the test suite passes (`npm test`). | ||
- [ ] Make sure your code lints (`npm run lint`) - we've done our best to make sure these rules match our internal linting guidelines. | ||
|
||
**Please do not delete the above content** | ||
|
||
--- | ||
|
||
## What have you changed? |