We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a7eebe5 + 6fd888e commit ec954d4Copy full SHA for ec954d4
1 file changed
.github/PULL_REQUEST_TEMPLATE.md
@@ -0,0 +1,27 @@
1
+**Type of PR:**
2
+- [ ] Bugfix
3
+- [ ] Feature
4
+- [ ] Documentation
5
+- [ ] Refactor
6
+- [ ] Other
7
+
8
+**Required reviews:**
9
+> How many reviews does the PR author need?
10
+- [ ] 1
11
+- [ ] 2
12
+- [X] 3
13
14
+**What this does:**
15
+> High-level idea of the changes introduced in this PR.
16
+> List relevant API changes (if any), as well as related PRs and issues.
17
18
+**Issues fixed/closed:**
19
+> - Fixes #...
20
21
+**Why it's needed:**
22
+> Explain how this PR fits in the greater context of the NuCypher Network.
23
+> E.g., if this PR address a `nucypher/productdev` issue, let reviewers know!
24
25
+**Notes for reviewers:**
26
+> What should reviewers focus on?
27
+> Is there a particular commit/function/section of your PR that requires more attention from reviewers?
0 commit comments