From fed28a6a6053bfb3d1b3a97cc1843cd1e8f99213 Mon Sep 17 00:00:00 2001 From: Markus Rye Foss Date: Mon, 6 May 2024 14:02:38 +0200 Subject: [PATCH] chore: include jira info in pr template Refs: ECALC-1130 --- .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 93cd944090..aa85d33661 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -6,6 +6,7 @@ - [ ] I have committed with `BREAKING:` in footer or `!` in header, if breaking - [ ] I have added tests (if not, comment why) - [ ] I have used conventional commits syntax (if you squash, make sure that conventional commit is used) +- [ ] I have included the Jira issue ID somewhere in the commit body (`ECALC-XXXX`) ## Why is this pull request needed?