From e1c4380d4c4ffc67ba802a5b6b6949763bd8fa71 Mon Sep 17 00:00:00 2001 From: Isotr0py Date: Mon, 9 Jun 2025 10:20:53 +0800 Subject: [PATCH] [Misc] Add documentation update reminder to PR template (#19289) Signed-off-by: Isotr0py <2037008807@qq.com> --- .github/PULL_REQUEST_TEMPLATE.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index c1d1e07bf628f..017ec7ca82da7 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -2,6 +2,7 @@ - [ ] The purpose of the PR, such as "Fix some issue (link existing issues this PR will resolve)". - [ ] The test plan, such as providing test command. - [ ] The test results, such as pasting the results comparison before and after, or e2e results +- [ ] (Optional) The necessary documentation update, such as updating `supported_models.md` and `examples` for a new model. PLEASE FILL IN THE PR DESCRIPTION HERE ENSURING ALL CHECKLIST ITEMS ABOVE HAVE BEEN CONSIDERED. @@ -11,5 +12,7 @@ PLEASE FILL IN THE PR DESCRIPTION HERE ENSURING ALL CHECKLIST ITEMS ABOVE HAVE B ## Test Result +## (Optional) Documentation Update + **BEFORE SUBMITTING, PLEASE READ ** (anything written below this line will be removed by GitHub Actions)