Skip to content

Commit 9be48d5

Browse files
committed
chore(pr-templates): add template for opening a pull request
1 parent ad7c4e7 commit 9be48d5

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
<!--
2+
Please do not combine multiple features or fix actions that are not
3+
directly dependent on one another. Please open multiple PRs instead because
4+
one may be merged while the other is denied or has requested changes. This
5+
will slow down the process of merging the accepted changes as reviews are
6+
also more difficult to evaluate for edge cases.
7+
-->
8+
9+
## Purpose
10+
<!-- Reason for the PR (solves an issue/problem, adds a feature, etc) -->
11+
12+
13+
14+
## Rationale
15+
<!--
16+
How did you come to this conclusion as the solution? What was your
17+
reasoning? What were you trying to do? What problems did you find and avoid?
18+
-->
19+
20+
21+
22+
## How did you test?
23+
<!--
24+
Please explain the methodology for how you verified this solution. It helps to
25+
describe the primary case and the possible edge cases that you considered and
26+
ultimately how you tested them. If you didn't rulled out any edge cases, please
27+
mention the rationale here.
28+
-->
29+
30+
31+
32+
## How to Verify
33+
<!-- Please provide a list of steps to validate your solution -->
34+

0 commit comments

Comments
 (0)