From 21471a63ff7a500f96b74db0fa6dacb86ffa44bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rok=20=C4=8Cerni=C4=8D?= Date: Fri, 24 May 2024 14:22:05 +0200 Subject: [PATCH] chore: changed the format and content --- .github/pull_request_template.md | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 229eb61c1..d893a4305 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,10 +1,19 @@ -# Description +### Description Write an explicit description about what the commit changes, and how you implemented the change. The quality of the descriptions directly impacts the quality of the review and because of this - PR’s without proper description will -be declined. Add some additional resources that could help the reviewer with the +be declined. + +### Important points for reviewers + +Add some additional resources that could help the reviewer with the review. Like link to specs if implementing a protocol. -Checklist: -[] - Checked that the CI is successful +### Checklist + +— [ ] Make sure that you described overall what does this change do. +— [ ] What are the important points that reviewers should now? +— [ ] If there are follow-ups, have you created issues for them? +— [ ] Have you tested this solution? +— [ ] Were there any alternative implementations considered?