From 1ec2cdce2f2e7b45bede09e92435386461cfba35 Mon Sep 17 00:00:00 2001 From: Ayaz Salikhov Date: Mon, 2 May 2022 03:08:35 +0300 Subject: [PATCH] Add PR template --- .github/pull_request_template.md | 13 +++++++++++++ 1 file changed, 13 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 00000000..121d1316 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,13 @@ + + +## Describe your changes + +## Issue ticket if applicable + + + +## Checklist (especially for first-time contributors) + +- [ ] I have performed a self-review of my code +- [ ] If it is a core feature, I have added thorough tests +- [ ] I will try not to use force-push to make the review process easier for reviewers