From c4582c05cc99128a9fbe7f3649c7c20cb668519a Mon Sep 17 00:00:00 2001 From: Ruihang Xia Date: Tue, 9 Jan 2024 17:12:54 +0800 Subject: [PATCH] chore: change the default doc checkbox to no need (#3122) Signed-off-by: Ruihang Xia --- .github/pull_request_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index c0bc418013..bf1d23e979 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -15,6 +15,6 @@ Please explain IN DETAIL what the changes are in this PR and why they are needed - [ ] I have written the necessary rustdoc comments. - [ ] I have added the necessary unit tests and integration tests. -- [ ] This PR does not require documentation updates. +- [x] This PR does not require documentation updates. ## Refer to a related PR or issue link (optional)