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