Contribution


Overview

Thank you for considering contributing to the hisabi project!

You may propose new features or improvements in the project's repository. If you propose a new feature, please be willing to implement at least some of the code that would be needed to complete the feature.

  • All new features/bug fixes should go with PR to the main branch.
  • Please follow the PSR-2 coding standard and the PSR-4 autoloading standard.
  • Please provide a clear description of the problem that you're trying to solve in your PRs.
  • Please provide at least 80% unit tests coverage for any PR you provide.

Finally, thanks a lot for your hard work!