From 86045502b668f6934339648b692669591d2ed4d6 Mon Sep 17 00:00:00 2001 From: Aleksandr Petrosyan Date: Thu, 23 Mar 2023 00:14:51 +0400 Subject: [PATCH] [CI]: New PR template Signed-off-by: Aleksandr Petrosyan --- .github/PULL_REQUEST_TEMPLATE.md | 50 ++++++++++++-------------------- 1 file changed, 19 insertions(+), 31 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index db45af5e9a5..b4ccdd91554 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,45 +1,33 @@ - - +## Description - - - - - - + + -### Description of the Change +### Linked issue - - + -### Issue +Closes #{issue_number} - - - + ### Benefits - - -### Possible Drawbacks - - - - -### Usage Examples or Tests *[optional]* + - +### Checklist -### Alternate Designs *[optional]* +- [ ] I've read `CONTRIBUTING.md` +- [ ] I've used the standard signed-off commit format (or will squash just before merging) +- [ ] All applicable CI checks pass (or I promised to make them pass later) +- [ ] (optional) I've written unit tests for the code changes +- [ ] I replied to all comments after code review, marking all implemented changes with thumbs up - + -