PocketMine-MP/CONTRIBUTING.md
2013-11-25 09:25:48 +01:00

1.4 KiB

PocketMine-MP Contribution Gidelines

Before contributing to PocketMine-MP, please read this.

I've a question

  • For questions, please refer to the #pocketmine or #mcpedevs IRC channel on Freenode. There is a WebIRC if you want.
  • You can ask directly to @PocketMine in Twitter, but don't expect an inmediate reply.

I want to create an issue

  • First, use the Issue Search to check if anyone has reported it.
  • Is your issue related to a Plugin? If so, please contact their original author instead of reporting it here.
  • And no, we won't update a Plugin because you need it.
  • When reporting, give as much info as you can, and if the Issue is a crash, give the Crash Dump.
  • Issues should be written in English.

I want to contribute code

  • Use the Pull Request system, your request will be checked and discussed.
  • Create a single branch for that pull request
  • If you want to be part of PocketMine-MP, we will ask you to.
  • Code using the syntax as in PocketMine-MP.
  • The code must be clear and written in English, comments included.

Thanks for contributing to PocketMine-MP!