Contributing
July 12, 2026 ยท View on GitHub
Thanks for your interest in improving the Toggly PHP SDK.
We welcome well-scoped contributions, and we prefer to align on intent before code.
Before you start
- Open an issue first for bugs, features, or docs gaps โ use the issue templates.
- Usage and how-to questions belong in the docs or product support, not in this repo.
- Security issues must follow
SECURITY.md(private vulnerability reporting only).
Please wait for maintainer feedback on the issue before opening a large PR.
Pull requests
- Keep changes focused on one concern.
- Link the related issue in the PR description.
- Add or update tests when changing SDK behavior (
composer test). - If you change the published package, bump the version and update
CHANGELOG.mdin the same PR. SeePUBLISHING.md. - Do not commit secrets, credentials,
vendor/, or machine-local config.
Code of conduct
Participation is governed by our CODE_OF_CONDUCT.md.
License
By contributing, you agree that your contributions are licensed under the MIT License.