mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-20 16:00:20 +00:00
Create PULL_REQUEST_TEMPLATE.md (#845)
Adapted from the PHP RFC template
This commit is contained in:
parent
a455e25665
commit
930945db18
35
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
35
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
@ -0,0 +1,35 @@
|
||||
# Introduction
|
||||
<!-- Explain existing problems or why this pull request is necessary -->
|
||||
## Relevant issues
|
||||
<!-- List relevant issues here -->
|
||||
<!--
|
||||
|
||||
* Fixes #1
|
||||
* Fixes #2
|
||||
|
||||
-->
|
||||
|
||||
# Changes
|
||||
## API changes
|
||||
<!-- Any additions to the API that should be documented in release notes? -->
|
||||
|
||||
## Behavioural changes
|
||||
<!-- Any change in how the server behaves, or its performance? ->
|
||||
|
||||
# Backwards compatibility
|
||||
<!-- Point out possible cases of backwards incompatibility and how they are solved (if any) -->
|
||||
|
||||
# Follow-up
|
||||
<!-- Suggest any actions to be done before/after merging this pull request -->
|
||||
<!--
|
||||
|
||||
Requires translations:
|
||||
|
||||
| Name | Value in eng.ini |
|
||||
| :--: | :---: |
|
||||
| `foo.bar` | `Foo bar` |
|
||||
|
||||
-->
|
||||
|
||||
# Tests
|
||||
<!-- Attach scripts or actions to test this pull request, as well as the result -->
|
Loading…
x
Reference in New Issue
Block a user