docs(contributing): add structured PR process — issue-first, QA cycle, commit format#85
Open
halindrome wants to merge 3 commits intoDeusData:mainfrom
Open
docs(contributing): add structured PR process — issue-first, QA cycle, commit format#85halindrome wants to merge 3 commits intoDeusData:mainfrom
halindrome wants to merge 3 commits intoDeusData:mainfrom
Conversation
…, commit format Closes DeusData#84
cc6aac9 to
5bb514c
Compare
…fenced code block Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Stop early when a QA round is already clean — no confirmed critical or major findings means no further rounds are needed. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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 #84
Summary
This PR documents the contributor workflow first demonstrated in PR #72, which the maintainer described as showing "real engineering discipline." The goal is to give future contributors a clear, reusable playbook for structuring PRs and validating their own work before submission.
Changes to
CONTRIBUTING.md:type(scope): description) already used throughout the project history, with a type reference tablefix(scope): address QA round N), paste each report as a PR comment to prove the work. Minimum 3 rounds for logic-touching PRs. Docs-only PRs are explicitly exempt.Notes
This PR is docs-only (changes to
CONTRIBUTING.mdonly) and is therefore exempt from the QA round requirement per the policy being introduced.