From 7a9023f31f8b2a4151cf22977aca209ae2ee7424 Mon Sep 17 00:00:00 2001 From: Kartik Singhal Date: Wed, 6 Mar 2024 09:34:40 -0700 Subject: [PATCH] docs: require another check for updating release notes --- .github/pull_request_template.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index c20786b..a25ac62 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -10,7 +10,8 @@ Fixes # - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) -# Checklist: +# Checklist - [ ] I have performed a self-review of my code - [ ] I have added tests that prove my fix is effective or that my feature works +- [ ] I have updated the changelog with any user-facing changes