Skip to content

Commit

Permalink
📝 Simplify Pull Request template
Browse files Browse the repository at this point in the history
  • Loading branch information
Ovan Crone authored Dec 29, 2017
1 parent d8f1efa commit 9542dfe
Showing 1 changed file with 14 additions and 17 deletions.
31 changes: 14 additions & 17 deletions PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,32 +1,29 @@
### Requirements

* 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.
* All new code requires tests to ensure against regressions

### Description of the Change

<!--
Requirements
* All new code requires tests to ensure against regressions
-->

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

-->
<!-- Uncomment the following sections as needed -->

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

<!-- Explain what other alternates were considered and why the proposed version was selected -->

<!-- Explain why this functionality should be in REstate as opposed to a community package
### Why Should This Be In Core?
<!-- Explain why this functionality should be in REstate as opposed to a community package -->
-->

<!-- What benefits will be realized by the code change?
### Benefits
-->

<!-- What benefits will be realized by the code change? -->

<!-- What are the possible side-effects or negative impacts of the code change?
### Possible Drawbacks

<!-- What are the possible side-effects or negative impacts of the code change? -->
-->

### Applicable Issues

<!-- Enter any applicable Issues here -->
<!-- Enter any applicable issue numbers here -->

0 comments on commit 9542dfe

Please sign in to comment.