forked from pmmp/PocketMine-MP
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
15 changed files
with
151 additions
and
145 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
* @pmmp/server-developers |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,43 +1,32 @@ | ||
## Introduction | ||
<!-- Summarize your PR here. Keep it short and simple. --> | ||
<!-- Explain existing problems or why this pull request is necessary --> | ||
|
||
### Relevant issues | ||
<!-- List relevant issues here --> | ||
### Related issues & PRs | ||
<!-- | ||
* Fixes #1 | ||
* Fixes #2 | ||
* Related to #2 | ||
--> | ||
|
||
## Changes | ||
### API changes | ||
<!-- Any additions to the API that should be documented in release notes? --> | ||
<!-- If not, you can delete this section --> | ||
|
||
### Behavioural changes | ||
<!-- Any change in how the server behaves, or its performance? --> | ||
<!-- If not, you can delete this section --> | ||
|
||
## Backwards compatibility | ||
<!-- Any possible backwards incompatible changes? How are they solved, or how can they be solved? --> | ||
<!-- If not, you can delete this section --> | ||
|
||
## 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` | | ||
--> | ||
<!-- For example, future changes that this PR lays the groundwork for --> | ||
|
||
## Tests | ||
<!-- | ||
PRs which have not been tested MUST be marked as draft. | ||
If this PR affects gameplay or user experience in some way, it must be manually tested. | ||
Include any screenshots or videos of manual testing here. | ||
Any test plugin code should also be pasted here if it can't be adapted to a PHPUnit test. | ||
--> | ||
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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule php
updated
from 084822 to a51259
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.