docs: add acceptance criteria audit template - #140
Merged
El-swaggerito merged 2 commits intoJul 29, 2026
Merged
Conversation
- Add docs/acceptance-criteria-audit-template.md: a per-criterion evidence table (Criterion / Evidence / Status) replacing the flat checkbox list, with Done/Partial/Deferred/N/A statuses and rules for handling incomplete criteria (Relates to #N, not Closes #N) - Update PR template Section 6 to use the audit table instead of checkboxes - Update CONTRIBUTING.md and docs/pr-evidence-checklist.md to reference the new template Relates to #116
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.
Context
I'm the assignee on #116. I noticed PR #127 (from a non-assignee) is
also open against this issue with a similar goal -- flagging that here
for transparency in case a maintainer wants to reconcile the two rather
than merge both.
Summary
Adds a per-criterion acceptance-criteria audit template, replacing the
flat checkbox list in Section 6 of the PR template with a table that
requires evidence per criterion.
Changes
docs/acceptance-criteria-audit-template.md(new): audit tableformat, status values (Done / Partial / Deferred / N/A), rules for
handling incomplete criteria, and a worked example
CONTRIBUTING.mdanddocs/pr-evidence-checklist.md: updated toreference the new template
Acceptance criteria mapping
docs/acceptance-criteria-audit-template.mdNote for reviewers
Written independently, in this repo's existing definition-table style
(matching
pr-evidence-checklist.md) rather than a generic tableformat. Happy to adjust or step aside if a maintainer prefers #127.