Docs Contributing Guide#33
Merged
Merged
Conversation
Move the Build from Source, Development, and Dependencies sections out of the README into a new root-level CONTRIBUTING.md, leaving a short Contributing pointer in the README and renumbering the Composer install method. Exclude CONTRIBUTING.md from the distributed plugin (.distignore) and Composer dists (.gitattributes), matching the other dev docs.
Documentation-only release. Update the Version header and WARDER_VERSION constant, package.json version, readme.txt Stable tag, and add Changelog and Upgrade Notice entries across CHANGELOG.md and readme.txt.
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.
This is a documentation-focused release that extracts developer-facing material out of the README into a dedicated
CONTRIBUTING.mdand bumps the plugin to version 2.1.2. The newCONTRIBUTING.md(51 lines) consolidates the build-from-source instructions, development environment setup, dependency list, and change-submission guidelines that were previously scattered through the README, leaving the README focused on user-facing installation and usage. The README's "Build from Source", "Development", and "Dependencies" sections were removed and replaced with a concise "Contributing" pointer, which also required renumbering the Composer install method from Method 4 to Method 3. Distribution metadata (.distignoreand.gitattributes) was updated to exclude the new file from the packaged plugin, and the version bump was propagated across all canonical version locations. There are no functional or behavioral changes to the plugin itself.Documentation and Developer Guidance:
CONTRIBUTING.md(51 lines) at the repository root covering build-from-source, development setup, dependencies, and how to submit changes, centralizing previously fragmented developer documentation.README.mdand replaced them with a short "Contributing" section pointing toCONTRIBUTING.mdanddocs/dev.md, keeping the README focused on end users.Version Bump (2.1.1 to 2.1.2):
warder-cookie-consent.php(Version:header andWARDER_VERSIONconstant),package.json, andreadme.txt(Stable tag:).CHANGELOG.md, plus== Changelog ==and== Upgrade Notice ==sections inreadme.txt, documenting this as a documentation-only release with no functional changes.Distribution Packaging:
CONTRIBUTING.mdto.distignoreand.gitattributes(export-ignore) so the developer guide is excluded from the distributed plugin ZIP and the WordPress.org package, consistent with the existing handling ofREADME.mdandCLAUDE.md.Files Changed:
.distignore(Modified).gitattributes(Modified)CHANGELOG.md(Modified)README.md(Modified)package.json(Modified)readme.txt(Modified)warder-cookie-consent.php(Modified)CONTRIBUTING.md(Added)