From 851498c7ca70a6a41b3b8befed451bcd6d0b7f17 Mon Sep 17 00:00:00 2001 From: Michel Loiseleur Date: Wed, 21 May 2025 21:15:59 +0200 Subject: [PATCH] docs(github): update pr template --- .github/pull_request_template.md | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 3c8ac29ff..b9e112fe5 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,16 +1,18 @@ +## What does it do ? + + + +## Motivation + + + +## More + +- [ ] Yes, this PR title follows [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) +- [ ] Yes, I added unit tests +- [ ] Yes, I updated end user documentation accordingly + - -**Description** - - - - -Fixes #ISSUE - -**Checklist** - -- [ ] Unit tests updated -- [ ] End user documentation updated