From de1aafa19e1f52725e2b6c76b6077e39a8bfed4b Mon Sep 17 00:00:00 2001 From: Oleg Bespalov Date: Tue, 27 Jun 2023 08:04:50 +0200 Subject: [PATCH] Update PR template (#3131) * Update PR template --------- Co-authored-by: Ivan <2103732+codebien@users.noreply.github.com> Co-authored-by: Mihail Stoykov <312246+mstoykov@users.noreply.github.com> --- .github/pull_request_template.md | 49 +++++++++++++++++++------------- 1 file changed, 30 insertions(+), 19 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index cde2b936e7b..86bc7c68793 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,20 +1,31 @@ - + +## Why? + + + +## Checklist + + + +- [ ] I have performed a self-review of my code. +- [ ] I have added tests for my changes. +- [ ] I have run linter locally (`make ci-like-lint`) and all checks pass. +- [ ] I have run tests locally (`make test`) and all tests pass. +- [ ] I have commented on my code, particularly in hard-to-understand areas. + + +## Related PR(s)/Issue(s) + + + + + + + +