This is an automated email from the ASF dual-hosted git repository. sushuang pushed a commit to branch pr-template-mod in repository https://gitbox.apache.org/repos/asf/echarts.git
commit 9233c5e59e6ee9b2b47458b0f8485fbf4820f58e Author: 100pah <[email protected]> AuthorDate: Sat Oct 25 01:21:19 2025 +0800 github: (1) Add security checking hints in PR template. (2) Merge "Misc" and "Others", as they may confuse readers. --- .github/pull_request_template.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 1f02a0e75..b38ee0576 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -53,6 +53,12 @@ One of the following should be checked. ## Misc +### Security Checking + +- [ ] This PR uses security-sensitive Web APIs. + +<!-- PLEASE CHECK IT AGAINST: <https://github.com/apache/echarts/wiki/Security-Checklist-for-Code-Contributors> --> + ### ZRender Changes - [ ] This PR depends on ZRender changes (ecomfe/zrender#xxx). @@ -61,10 +67,6 @@ One of the following should be checked. N.A. - - -## Others - ### Merging options - [ ] Please squash the commits into a single one when merging. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
