Skip to content

Commit 94641c0

Browse files
authored
Create PULL_REQUEST_TEMPLATE.md
1 parent ff6e02b commit 94641c0

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

PULL_REQUEST_TEMPLATE.md

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
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+
### Alternate Designs
15+
16+
<!-- Explain what other alternates were considered and why the proposed version was selected -->
17+
18+
### Why Should This Be In Core?
19+
20+
<!-- Explain why this functionality should be in atom/atom as opposed to a package -->
21+
22+
### Benefits
23+
24+
<!-- What benefits will be realized by the code change? -->
25+
26+
### Possible Drawbacks
27+
28+
<!-- What are the possible side-effects or negative impacts of the code change? -->
29+
30+
### Applicable Issues
31+
32+
<!-- Enter any applicable Issues here -->

0 commit comments

Comments
 (0)