docs: add meaningful change threshold guide - #549
Draft
CleanDev-Fix wants to merge 2 commits into
Draft
Conversation
Contributor
| \nThis PR is currently a draft.\n\nThe auto-merge automation will not merge draft pull requests. |
…aningful-change # Conflicts: # README.md
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 #545
Summary
Adds an outcome- and evidence-based meaningful-change guide so contributors
and reviewers can distinguish small complete changes from small incomplete
changes without treating line count as an acceptance criterion.
Changes
docs/meaningful-change-threshold.mdwith complete/incomplete examples,insufficient-change examples, and a five-step reviewer assessment flow;
gate as the source of truth for contract-safety and verification standards.
Contract Functions Changed
None. This is a documentation-only change.
Tests Added or Updated
None. No executable or contract behavior changed.
Security Considerations
No security impact. The patch changes documentation only and does not alter
balances, authorization, storage, events, external calls, dependencies, or
workflows.
Testing / Verification
git diff --check(line-ending conversion warnings only; no whitespaceerrors)
The full Rust/contract suite was not run because this patch changes Markdown
only. Hosted checks are still required before this draft is marked ready.
Traceability Table
docs/meaningful-change-threshold.md