docs: add changelog, contributing guide, security policy, and templates#79
Merged
Merged
Conversation
CHANGELOG (Keep a Changelog format, with the 2.0 changes under Unreleased), CONTRIBUTING with the quality gates and BC expectations, SECURITY with a private reporting channel and supported versions, and issue/PR templates. The PR template mirrors the Q/A table used by recent PRs.
paullla
added a commit
that referenced
this pull request
Jul 7, 2026
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.
Problem
The repository has no CHANGELOG, CONTRIBUTING guide, security policy, or issue/PR templates, so contributors have no documented expectations and the 2.0 changes have no user-facing history beyond release notes.
Changes
CHANGELOG.mdin Keep a Changelog format: the 2.0 changes (Current locale must be one of the kernel.enabled_locales #71, chore(composer): widen dependency ranges and alias master as 2.0-dev #76, docs(readme): modernize examples and badges #77, chore(quality): add PHPStan level 6 and php-cs-fixer, fix all findings #78) under Unreleased with BREAKING markers pointing at UPGRADE-2.0.md, brief 1.4.1/1.4 history, and a link to the releases page for older versions.CONTRIBUTING.md: setup, the four quality gates, and PR expectations (what counts as public API, UPGRADE and CHANGELOG duties).SECURITY.md: private reporting channel and a supported-versions table (2.x supported, 1.4.x security fixes only).