From 011421ba04f78c712dcdeb293914bfeaa97c7f81 Mon Sep 17 00:00:00 2001 From: piotr-roslaniec <39299780+piotr-roslaniec@users.noreply.github.com> Date: Wed, 27 Sep 2023 09:56:58 +0200 Subject: [PATCH] Create PULL_REQUEST_TEMPLATE.md --- .github/PULL_REQUEST_TEMPLATE.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 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 0000000..fba3a32 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,25 @@ +**Type of PR:** +- [ ] Bugfix +- [ ] Feature +- [ ] Documentation +- [ ] Other + +**Required reviews:** +- [ ] 1 +- [ ] 2 +- [X] 3 + +**What this does:** +> High-level idea of the changes introduced in this PR. +> List relevant API changes (if any), as well as related PRs and issues. + +**Issues fixed/closed:** +> - Fixes #... + +**Why it's needed:** +> Explain how this PR fits in the greater context of the NuCypher Network. +> E.g., if this PR addresses a `nucypher/productdev` issue, let reviewers know! + +**Notes for reviewers:** +> What should reviewers focus on? +> Is there a particular commit/function/section of your PR that requires more attention from reviewers?