docs: add CONTRIBUTING.md referenced by the README - #229
Merged
Conversation
README.md's Contributing section links to CONTRIBUTING.md, but the file did not exist anywhere in the repository, so the link 404'd on GitHub. Add a short contributing guide covering branch/PR expectations, code style (composer format / Pint), and running the test suite (composer test), consistent with the scripts already defined in composer.json. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Ab6eHRcjUdPBDFx2ZNZDhs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What was broken
README.md's "Contributing" section links toCONTRIBUTING.md:but no
CONTRIBUTING.mdfile existed anywhere in the repository (onlyCHANGELOG.md,LICENSE.md,README.md, andUPGRADE.mdexist at the repo root), so the link 404'd on GitHub.What changed
Added
CONTRIBUTING.mdat the repo root, covering:main, add tests, one PR per feature)composer format(Pint) scriptcomposer test(Pest) scriptNo application code was touched, so no test changes were needed; the full existing test suite (
composer test) still passes (250 passed).Fixes #140
🤖 Generated with Claude Code
https://claude.ai/code/session_01Ab6eHRcjUdPBDFx2ZNZDhs
Generated by Claude Code