From 7785b313035e17fb9884dccadbd950d9aa18ba55 Mon Sep 17 00:00:00 2001 From: Fabrizio Brancati Date: Sun, 15 Dec 2024 15:00:26 +0100 Subject: [PATCH] Update Pull Request template --- .github/pull_request_template.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 5181026..be21e2c 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -18,7 +18,7 @@ _Describe the platforms that your PR supports. If your PR does not support a pla _Make sure you check off the following items. If they cannot be completed, provide a reason._ -- [ ] Added tests -- [ ] Added documentation -- [ ] Added a changelog entry -- [ ] Added to the README the new functionality description +- [ ] Added Unit Tests to cover the new changes +- [ ] Added code documentation with `///` to reflect the new changes +- [ ] Added the new changes to the CHANGELOG.md +- [ ] Added the new functionality description to the README.md