From 01e94e65b12f3b15d642984ea99c147aef9a13a8 Mon Sep 17 00:00:00 2001 From: Alex Li Date: Mon, 20 Feb 2023 20:49:39 +0800 Subject: [PATCH] Update PULL_REQUEST_TEMPLATE.md Signed-off-by: Alex Li --- .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 357989796..e4613ca37 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -8,6 +8,7 @@ - [ ] I have added the required tests to prove the fix/feature I'm adding - [ ] I have updated the documentation (if necessary) - [ ] I have run the tests without failures +- [ ] I have updated the `CHANGELOG.md` in the corresponding package ### Additional context and info (if any)