Skip to content

Commit d46d9d8

Browse files
committed
📝 add pull request template.
1 parent 9a0ed6a commit d46d9d8

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

PULL_REQUEST_TEMPLATE.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
### Requirements
2+
3+
* Filling out the template is required. Any pull request that does not include enough information to be reviewed in a timely manner may be closed at the maintainers' discretion.
4+
* All new code requires tests to ensure against regressions.
5+
* If pull request breaks tests it would not be merged.
6+
7+
### Description of the Change
8+
9+
<!--
10+
11+
We must be able to understand the design of your change from this description. If we can't get a good idea of what the code will be doing from the description here, the pull request may be closed at the maintainers' discretion. Keep in mind that the maintainer reviewing this PR may not be familiar with or have worked with the code here recently, so please walk us through the concepts.
12+
13+
-->
14+
15+
### Alternate Designs
16+
17+
<!-- Explain what other alternates were considered and why the proposed version was selected -->
18+
19+
### Benefits
20+
21+
<!-- What benefits will be realized by the code change? -->
22+
23+
### Possible Drawbacks
24+
25+
<!-- What are the possible side-effects or negative impacts of the code change? -->
26+
27+
### Applicable Issues
28+
29+
<!-- Enter any applicable Issues (Bugs, Feature Requests) here -->

0 commit comments

Comments
 (0)