Skip to content
This repository has been archived by the owner on Aug 21, 2019. It is now read-only.

Latest commit

 

History

History
11 lines (7 loc) · 1006 Bytes

CONTRIBUTING.md

File metadata and controls

11 lines (7 loc) · 1006 Bytes

Bug reports

In general, I will only fix a bug for you if happens to also affect me. Pokkit is a personal project that I uploaded in the hope that it will be useful to others, but I'm not willing to spend the time to create a complete, bug-free implementation of the Spigot API. See my reasoning in the README.md file.

Still, I will leave open all valid bug reports, so that anyone interested in improving Pokkit can have a look.

Pull requests

Contributions are very much welcomed. If you have any questions, feel free to send me an e-mail (address is on my Github profile).

In the README.md file you can find information on how to compile Pokkit. In the IMPL_EXAMPLES.md file, you can find information on how to write code for Pokkit.

Don't worry too much about code formatting, just make sure that I can read your code. Still, if you want to know: we use tabs instead of spaces for indenting, and we place opening braces ({) on the same line.