docs: add CONTRIBUTORS.md issues-only policy (closes #1517)#1604
Open
cliffhall wants to merge 4 commits into
Open
docs: add CONTRIBUTORS.md issues-only policy (closes #1517)#1604cliffhall wants to merge 4 commits into
cliffhall wants to merge 4 commits into
Conversation
Document the contribution policy: we accept issues, not pull requests. Maintainers handle design and implementation through a prompt-driven workflow. Contributors who have already built a change locally should share the prompt they used rather than a diff. Cross-reference the policy from AGENTS.md. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
…icy (#1517) GitHub auto-populates pull_request_template.md into every new PR body, so it steers would-be external PR authors to CONTRIBUTORS.md before they submit a diff. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
The policy takes effect after v2/main merges into main, leaving a single line of development. Tell contributors to open a well-formed issue rather than routing them to per-version project boards. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Completes requirement #2 of #1517: a table mapping each active version to its base branch, project board, and version label, plus a "Label by version" note mirroring AGENTS.md. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01S3fTN8H3R8YV4yUGvZjYnX
This was referenced Jul 2, 2026
This was
linked to
issues
Jul 2, 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.
Closes #1517
Adds
CONTRIBUTORS.md(issues-only policy + version→board/branch/label table), the PR-template pointer, and an AGENTS.md## Contributinglink.Provenance: this work was briefly folded into the Wave-1 rollup (
1579-wave-1/ #1601) during review, then pulled back out — it's unrelated to the #1510 Apps-host decomposition that defines Wave 1. This PR is the real, standalone path tov2/main. Clean history (cherry-picked the doc commits ontov2/main, no rollup/merge/empty-commit noise). The old #1537 shows "merged into 1579-wave-1" from that interim step and is superseded by this.