From c3fea893f2cd1681ad9b953299246f2aca19822f Mon Sep 17 00:00:00 2001 From: Andrea Lamparelli Date: Wed, 4 Jan 2023 16:14:10 +0100 Subject: [PATCH] docs: remove changelog checkbox in pr template --- .github/pull_request_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index b0907e2..b1b4695 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -14,7 +14,7 @@ changes that span multiple kiegroup repositories and depend on each other. --> --> ### Checklist +- [ ] Tests added if applicable. - [ ] Documentation updated if applicable. -- [ ] Changelog updated if applicable. > **Note:** `dist/cli/index.js` and `dist/gha/index.js` are automatically generated by git hooks and gh workflows.