[12.x] docs: add semantic commits guide for framework contributions#10646
[12.x] docs: add semantic commits guide for framework contributions#10646mubbi wants to merge 2 commits intolaravel:12.xfrom mubbi:12.x
Conversation
docs: add semantic commits guide for framework contributions
|
Thanks for your pull request to Laravel! Unfortunately, I'm going to delay merging this code for now. To preserve our ability to adequately maintain the framework, we need to be very careful regarding the amount of code we include. If applicable, please consider releasing your code as a package so that the community can still take advantage of your contributions! |
Thanks for the feedback! Totally understand the need to keep the framework lean and maintainable. To make this functionality available to the community, I've published it as a standalone Laravel package: laravel-commit-lint. Hope it’s helpful to others! Feedback and contributions are welcome. |
This pull request updates the
contributions.mdfile to introduce guidelines for using semantic commits. The changes emphasize adherence to the Conventional Commits specification and provide instructions for setting up commit message linting locally.Enhancements to contribution guidelines:
contributions.md.Link to commitlint Pull Request: laravel/framework#56443