This is an automated email from the ASF dual-hosted git repository. ovilia pushed a commit to branch fix-pr in repository https://gitbox.apache.org/repos/asf/echarts.git
commit 905b32405f10c7e2b5fb522759120b4bcaba5ab8 Author: Ovilia <[email protected]> AuthorDate: Mon Jun 13 12:28:30 2022 +0800 chore: update pr template to improve doc control --- .github/pull_request_template.md | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 4b6b673ce..1f02a0e75 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -33,7 +33,7 @@ This pull request is in the type of: -### After: How is it fixed in this PR? +### After: How does it behave after the fixing? <!-- THE RESULT AFTER FIXING AND A SIMPLE EXPLANATION ABOUT HOW IT IS FIXED. --> @@ -41,11 +41,20 @@ This pull request is in the type of: +## Document Info + +One of the following should be checked. + +- [ ] This PR doesn't relate to document changes +- [ ] The document should be updated later +- [ ] The document changes have been made in apache/echarts-doc#xxx + + + ## Misc -<!-- ADD RELATED ISSUE ID WHEN APPLICABLE --> +### ZRender Changes -- [ ] The API has been changed (apache/echarts-doc#xxx). - [ ] This PR depends on ZRender changes (ecomfe/zrender#xxx). ### Related test cases or examples to use the new APIs --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
