How to contribute
July 29, 2025 ยท View on GitHub
Thanks for considering to contribute to llms-txt-php-cli. Please follow these guidelines:
-
All code MUST follow the PSR-2 coding standard. Please see PSR-2 for more details.
-
Coding standard compliance MUST be ensured before committing or opening pull requests by running
composer cs-fixorcomposer cs-lintin the root directory of this repository. -
Commits MUST follow the Conventional Commits conventions.
-
All upstreamed contributions MUST use feature / topic branches to ease merging.
-
Please run
composer pre-commit-checkbefore opening a pull request.