From 819aead3c26d454ef1eafb5aa53f81c25efdc787 Mon Sep 17 00:00:00 2001 From: Rafal Artych <121048129+rartych@users.noreply.github.com> Date: Wed, 9 Oct 2024 16:45:29 +0200 Subject: [PATCH] Update pull_request_template.md --- .github/pull_request_template.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 37952b59..245c3a56 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,6 +1,6 @@ #### What type of PR is this? -Add one of the following kinds: + * bug * correction * enhancement/feature @@ -9,7 +9,6 @@ Add one of the following kinds: * subproject management * tests - #### What this PR does / why we need it: @@ -22,6 +21,14 @@ Usage: `Fixes #`, or `Fixes (paste link of issue)`. --> Fixes # + +#### Does this PR introduce a breaking change? + +- [ ] Yes +- [ ] No + + + #### Special notes for reviewers: