From 9909245b53519f76df0218d36538c2cd478566da Mon Sep 17 00:00:00 2001 From: Alex Li Date: Mon, 20 Feb 2023 21:08:57 +0800 Subject: [PATCH] Add the `CHANGELOG` requirement in the PR template (#1679) The comment would be an example. Related to #1662. This would be a temporary solution until we can have a robust check. ### New Pull Request Checklist - [ ] I have read the [Documentation](https://pub.dev/documentation/dio/latest/) - [ ] I have searched for a similar pull request in the [project](https://github.com/cfug/dio/pulls) and found none - [ ] I have updated this branch with the latest `main` branch to avoid conflicts (via merge from master or rebase) - [ ] 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) 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)