mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-21 10:26:38 +00:00
Update PULL_REQUEST_TEMPLATE.md
This commit is contained in:
parent
1f86949836
commit
054538e6b7
35
.github/PULL_REQUEST_TEMPLATE.md
vendored
35
.github/PULL_REQUEST_TEMPLATE.md
vendored
@ -1,43 +1,34 @@
|
|||||||
## Introduction
|
<!-- Summarize your PR here. Keep it short and simple. -->
|
||||||
<!-- Explain existing problems or why this pull request is necessary -->
|
<!-- Explain existing problems or why this pull request is necessary -->
|
||||||
|
|
||||||
### Relevant issues
|
### Related issues & PRs
|
||||||
<!-- List relevant issues here -->
|
|
||||||
<!--
|
<!--
|
||||||
|
|
||||||
* Fixes #1
|
* Fixes #1
|
||||||
* Fixes #2
|
* Related to #2
|
||||||
|
|
||||||
-->
|
-->
|
||||||
|
|
||||||
## Changes
|
## Changes
|
||||||
### API changes
|
### API changes
|
||||||
<!-- Any additions to the API that should be documented in release notes? -->
|
<!-- Any additions to the API that should be documented in release notes? -->
|
||||||
|
<!-- If not, you can delete this section -->
|
||||||
|
|
||||||
### Behavioural changes
|
### Behavioural changes
|
||||||
<!-- Any change in how the server behaves, or its performance? -->
|
<!-- Any change in how the server behaves, or its performance? -->
|
||||||
|
<!-- If not, you can delete this section -->
|
||||||
|
|
||||||
## Backwards compatibility
|
## Backwards compatibility
|
||||||
<!-- Any possible backwards incompatible changes? How are they solved, or how can they be solved? -->
|
<!-- Any possible backwards incompatible changes? How are they solved, or how can they be solved? -->
|
||||||
|
<!-- If not, you can delete this section -->
|
||||||
|
|
||||||
## Follow-up
|
## Follow-up
|
||||||
<!-- Suggest any actions to be done before/after merging this pull request -->
|
<!-- Suggest any actions to be done before/after merging this pull request -->
|
||||||
|
<!-- For example, future changes that this PR lays the groundwork for -->
|
||||||
|
|
||||||
|
## In-Game Testing
|
||||||
<!--
|
<!--
|
||||||
|
GAMEPLAY FEATURE PRS MUST BE TESTED IN-GAME.
|
||||||
|
Include any screenshots or videos of in-game testing here.
|
||||||
|
Any test plugin code should also be pasted here if it can't be adapted to a PHPUnit test.
|
||||||
|
|
||||||
Requires translations:
|
If this isn't a gameplay PR, you can delete this section.
|
||||||
|
|
||||||
| Name | Value in eng.ini |
|
|
||||||
| :--: | :---: |
|
|
||||||
| `foo.bar` | `Foo bar` |
|
|
||||||
|
|
||||||
-->
|
-->
|
||||||
|
|
||||||
## Tests
|
|
||||||
<!--
|
|
||||||
PRs which have not been tested MUST be marked as draft.
|
|
||||||
-->
|
|
||||||
I tested this PR by doing the following (tick all that apply):
|
|
||||||
- [ ] Writing PHPUnit tests (commit these in the `tests/phpunit` folder)
|
|
||||||
- [ ] Playtesting using a Minecraft client (provide screenshots or a video)
|
|
||||||
- [ ] Writing a test plugin (provide the code and sample output)
|
|
||||||
- [ ] Other (provide details)
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user