From e9b91405b643b46b011865c4b7e1c1af0aa5c521 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Wed, 15 Feb 2023 10:41:04 -0300 Subject: [PATCH] Fix pull request template (#344) (#348) Signed-off-by: Thane Thomson Co-authored-by: Lasaro (cherry picked from commit 4a4ddd1924632d4237124746f0c1c84beeb3bd96) Co-authored-by: Thane Thomson --- .github/PULL_REQUEST_TEMPLATE.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index ca20f213e..852aa44b4 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -26,7 +26,6 @@ https://github.com/orgs/cometbft/projects/1 #### PR checklist - [ ] Tests written/updated -- [ ] Changelog entry added in `.changelog` (we use - [unclog](https://github.com/informalsystems/unclog) to manage our changelog) +- [ ] Changelog entry added in `.changelog` (we use [unclog](https://github.com/informalsystems/unclog) to manage our changelog) - [ ] Updated relevant documentation (`docs/` or `spec/`) and code comments