Skip to content

Commit 9542dfe

Browse files
author
Ovan Crone
authored
📝 Simplify Pull Request template
1 parent d8f1efa commit 9542dfe

File tree

1 file changed

+14
-17
lines changed

1 file changed

+14
-17
lines changed

PULL_REQUEST_TEMPLATE.md

Lines changed: 14 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +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-
6-
### Description of the Change
7-
81
<!--
2+
Requirements
3+
* All new code requires tests to ensure against regressions
4+
-->
95

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.
6+
<!-- Description of what the objective is and any changes needed -->
117

12-
-->
8+
<!-- Uncomment the following sections as needed -->
139

10+
<!-- Explain what other alternates were considered and why the proposed version was selected
1411
### Alternate Designs
12+
-->
1513

16-
<!-- Explain what other alternates were considered and why the proposed version was selected -->
17-
14+
<!-- Explain why this functionality should be in REstate as opposed to a community package
1815
### Why Should This Be In Core?
1916
20-
<!-- Explain why this functionality should be in REstate as opposed to a community package -->
17+
-->
2118

19+
<!-- What benefits will be realized by the code change?
2220
### Benefits
21+
-->
2322

24-
<!-- What benefits will be realized by the code change? -->
25-
23+
<!-- What are the possible side-effects or negative impacts of the code change?
2624
### Possible Drawbacks
27-
28-
<!-- What are the possible side-effects or negative impacts of the code change? -->
25+
-->
2926

3027
### Applicable Issues
3128

32-
<!-- Enter any applicable Issues here -->
29+
<!-- Enter any applicable issue numbers here -->

0 commit comments

Comments
 (0)