From 3ed58cfd742a32012fe96c32550e02bb289b8d5d Mon Sep 17 00:00:00 2001 From: David Berenstein Date: Tue, 16 Jul 2024 16:28:57 +0200 Subject: [PATCH] Update pull_request_template.md (#5237) # Pull Request Template NA **Type of change** - Bug fix (non-breaking change which fixes an issue) - New feature (non-breaking change which adds functionality) - Breaking change (fix or feature that would cause existing functionality to not work as expected) - Refactor (change restructuring the codebase without changing functionality) - Improvement (change adding some improvement to an existing functionality) - Documentation update **How Has This Been Tested** **Checklist** - I added relevant documentation - I followed the style guidelines of this project - I did a self-review of my code - I made corresponding changes to the documentation - I confirm My changes generate no new warnings - I have added tests that prove my fix is effective or that my feature works - I have added relevant notes to the CHANGELOG.md file (See https://keepachangelog.com/) --- .github/pull_request_template.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index b3a5c057d4..1f93b1b9ed 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,4 +1,4 @@ -# Pull Request Template +# Description Closes # @@ -25,4 +25,4 @@ Closes # - I made corresponding changes to the documentation - I confirm My changes generate no new warnings - I have added tests that prove my fix is effective or that my feature works -- I have added relevant notes to the CHANGELOG.md file (See https://keepachangelog.com/) \ No newline at end of file +- I have added relevant notes to the CHANGELOG.md file (See https://keepachangelog.com/)