From 65a562281a9bdbf2149bd0d77bdc992d17cc367b Mon Sep 17 00:00:00 2001 From: troyeguo <13820674+troyeguo@users.noreply.github.com> Date: Wed, 17 Jan 2024 20:45:14 +0800 Subject: [PATCH] fix bug Former-commit-id: cf18d8f31b88f4fb46671b2a9815717d617785d2 --- .github/PULL_REQUEST_TEMPLATE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index b1bc7dcf..a971f6dd 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -16,3 +16,4 @@ - [ ] Have you checked to ensure there aren't other open [Pull Requests](../../../pulls) for the same update/change? - [ ] Have you linted your code locally prior to submission? - [ ] Have you successfully ran app with your changes locally? +- [ ] Do you agree to our Contributor License Agreement?