Skip to content

Prologue

Versioning Scheme

Polypack uses SemVer for versioning. Breaking changes will be documented in the changelog, including a migration path for existing users.

Contributing

Polypack is an open-source project. Contributions are welcome!

Discussions

You can discuss Polypack with the community via the GitHub discussions page or Discord server.

Bug Reporting and Feature Requests

You can report bugs and request features via the GitHub issues page.

Pull Requests

You can submit pull requests via the GitHub pull requests page.

Pull requests should be based on the develop branch. Fixes for bugs should be based on the main branch. PRs will be squashed when merging and conventional commits will be used.

Code Style

We use the Laravel coding standards for PHP code, you can use laravel/pint to check your code style.

Terminal window
vendor/bin/pint

License

Polypack is licensed under the 3-Clause BSD License.