From 04b84c86902c13612712e77d68e1e74866949833 Mon Sep 17 00:00:00 2001 From: ali Date: Tue, 12 May 2026 16:04:15 +0530 Subject: [PATCH] UN-3458 [MISC] Add dormant v2 PR template for spec compliance MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adds .github/pull_request_template_v2.md alongside the existing template. Source: Zipstack/review-context-framework with -> unstract on lines 5 and 70. GitHub only auto-applies pull_request_template.md, so this new file is dormant — no behavior change for PR authors. Activation later is a rename (separate PR). Part of Epic UN-3459 (Review Context Framework adoption). --- .github/pull_request_template_v2.md | 128 ++++++++++++++++++++++++++++ 1 file changed, 128 insertions(+) create mode 100644 .github/pull_request_template_v2.md diff --git a/.github/pull_request_template_v2.md b/.github/pull_request_template_v2.md new file mode 100644 index 0000000000..86953dda0a --- /dev/null +++ b/.github/pull_request_template_v2.md @@ -0,0 +1,128 @@ +# Context + +### Spec PR + +Zipstack/unstract-review-context#____ + +### Summary + + +### Implementation Ticket + + +--- + +# Implementation Plan + +## Exit Criteria (Definition of Done) + + +- [ ] All CI checks pass +- [ ] Acceptance criteria from spec PR verified +- [ ] Documentation updated (if applicable) +- [ ] No regressions introduced + +## Implementation Constraints + + +## Sequencing & Dependencies + + +- Depends on: #____ +- Blocks: #____ + +## Verification Plan + + +- [ ] Unit tests added/updated +- [ ] Integration tests covering: ... +- [ ] Performance tests (if applicable): ... +- [ ] Manual verification steps: ... + +## Rollout Strategy + + +- [ ] Feature flag: `flag_name` +- [ ] Migration required: [ ] reversible [ ] irreversible +- [ ] Canary / staged rollout plan: ... +- [ ] Monitoring / alerting in place for: ... + +--- + +# Testing Evidence + +## Test Results + + +## Risk Assessment + + +| Risk | Likelihood | Impact | Mitigation | +|------|------------|--------|------------| +| | | | | + +--- + + + + + + + + +# Spec Compliance Report + +## Verdict + + +## Spec PR Linkage + + +## Compliance Checks + +### Product Requirements + +#### Acceptance Criteria + + +#### Scope Definition + + +#### Non-Functional Requirements + + +#### Dependencies + + +#### Assumptions & Constraints + + +### Specification + +#### Architecture Decision Records (ADRs) + + +#### API / Interface Contracts + + +#### Data Model & State Ownership + + +#### Failure Modes & Resilience + + +#### Security Considerations + + +#### Implementation Constraints + + +## Conflicts (if any) + +| # | Artifact | File:Line | Violation | Severity | +|---|----------|-----------|-----------|----------| +| | | | | | + +## Recommendation + +