Skip to content

Commit 236b8fc

Browse files
committed
📝 create pull request template [ci skip]
1 parent 3181ffc commit 236b8fc

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

PULL_REQUEST_TEMPLATE.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
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+
6+
### Description of the Change
7+
8+
<!--
9+
10+
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.
11+
12+
-->
13+
14+
### Benefits
15+
16+
<!-- What benefits will be realized by the code change? -->
17+
18+
### Possible Drawbacks
19+
20+
<!-- What are the possible side-effects or negative impacts of the code change? -->
21+
22+
### Applicable Issues
23+
24+
<!-- Enter any applicable Issues here -->

0 commit comments

Comments
 (0)