Poakium is available under MIT license. You can freely contribute code (features or bugfixes) by submitting a pull request to this repository.
Kindly take note that, before you create a pull request with your contribution, make sure you have read the documentation regarding the aspect you'll be working on and read the SETUP.md file.
Your contribution will be accepted if it complies with the following conditions:
- Code written in PHP must be follow PSR-12 coding standards.
- One pull request per issue or feature. If you want to do more than one thing, send multiple pull requests.
- Make sure each individual commit in your pull request is meaningful. If you had to make multiple intermediate commits while developing, please squash them before submitting.
- If your contribution requires changes or addition to documentation, do state it in the pull request.
- Finally, all tests are required to pass before your contribution is accepted. Exceptional cases are allowed.
Happy coding!