diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index c7626a3c5e9..e2c6f8bc935 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,4 +1,4 @@ -*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`. @@ -6,3 +6,9 @@ - [ ] 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?