Skip to content

Commit

Permalink
Update PULL_REQUEST_TEMPLATE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Jofairden authored Mar 27, 2017
1 parent f3d5578 commit 8f8351a
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
### Requirements
<!-- 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 should include tests to ensure against regressions
* If a header/description isn't applicable to your PR, leave it empty or remove it
* Where applicable, provide Example Mod usage (example code), see the 'Sample usage' section
* If a header/description isn't applicable to your PR, leave it empty or remove it -->

### Description of the Change

Expand All @@ -12,28 +12,28 @@ We must be able to understand the design of your change from this description. I
-->

### Alternate Designs
### Alternate designs

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

### Why Should This Be In tModLoader
### Why this should be merged into tModLoader

<!-- Explain why this functionality should be in our API as opposed to something standalone -->
<!-- Explain why this functionality should be in our API as opposed to something standalone (like a mod/framework etc.) -->

### Benefits

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

### Possible Drawbacks
### 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 issues here -->

### Sample Usage

<!-- Please provide a sample of code that demonstrates how your changes should be handled, or how your changes reflect on mods' code -->
<!-- Please provide a sample of code that demonstrates how your changes should be handled, or how your changes reflect on mods' code, preferably code that can be used in Example Mod -->


0 comments on commit 8f8351a

Please sign in to comment.