From 76bd37a1369093a6c5d99ca908d9a9ca9bc9b91d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rok=20=C4=8Cerni=C4=8D?= Date: Fri, 24 May 2024 11:37:20 +0200 Subject: [PATCH] chore: add pr template --- .github/pull_request_template.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 000000000..229eb61c1 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,10 @@ +# 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 +review. Like link to specs if implementing a protocol. + +Checklist: +[] - Checked that the CI is successful