Docs: add PR sign-off template (#10561)

main
Tak Hoffman 2026-02-06 11:58:39 -06:00 committed by GitHub
parent 991cf4d7fe
commit 5842bcaaf7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 72 additions and 1 deletions

View File

@ -77,6 +77,12 @@ This keeps review fast while preserving deep context for anyone who needs it.
## Tests ## Tests
## Evidence ## Evidence
## Sign-Off
- Models used:
- Submitter effort summary (self-reported, subjective):
- Agent notes (optional; brief; cite evidence):
``` ```
## Templates by PR type ## Templates by PR type
@ -95,6 +101,12 @@ This keeps review fast while preserving deep context for anyone who needs it.
## Tests ## Tests
## Evidence ## Evidence
## Sign-Off
- Models used:
- Submitter effort summary (self-reported, subjective):
- Agent notes (optional; brief; cite evidence):
``` ```
### Feature ### Feature
@ -108,11 +120,22 @@ This keeps review fast while preserving deep context for anyone who needs it.
## Existing Functionality Check ## Existing Functionality Check
I searched the codebase for existing functionality before implementing this. - [ ] I searched the codebase for existing functionality before implementing this.
Searches performed (1-3 bullets, one sentence each):
-
-
## Tests ## Tests
## Evidence ## Evidence
## Sign-Off
- Models used:
- Submitter effort summary (self-reported, subjective):
- Agent notes (optional; brief; cite evidence):
``` ```
### Refactor ### Refactor
@ -125,6 +148,12 @@ I searched the codebase for existing functionality before implementing this.
## No Behavior Change Statement ## No Behavior Change Statement
## Tests ## Tests
## Sign-Off
- Models used:
- Submitter effort summary (self-reported, subjective):
- Agent notes (optional; brief; cite evidence):
``` ```
### Chore/Maintenance ### Chore/Maintenance
@ -135,6 +164,12 @@ I searched the codebase for existing functionality before implementing this.
## Why This Matters ## Why This Matters
## Tests ## Tests
## Sign-Off
- Models used:
- Submitter effort summary (self-reported, subjective):
- Agent notes (optional; brief; cite evidence):
``` ```
### Docs ### Docs
@ -149,6 +184,12 @@ I searched the codebase for existing functionality before implementing this.
## Formatting ## Formatting
pnpm format pnpm format
## Sign-Off
- Models used:
- Submitter effort summary (self-reported, subjective):
- Agent notes (optional; brief; cite evidence):
``` ```
### Test ### Test
@ -159,6 +200,12 @@ pnpm format
## Gap Covered ## Gap Covered
## Tests ## Tests
## Sign-Off
- Models used:
- Submitter effort summary (self-reported, subjective):
- Agent notes (optional; brief; cite evidence):
``` ```
### Perf ### Perf
@ -173,6 +220,12 @@ pnpm format
## Measurement Method ## Measurement Method
## Tests ## Tests
## Sign-Off
- Models used:
- Submitter effort summary (self-reported, subjective):
- Agent notes (optional; brief; cite evidence):
``` ```
### UX/UI ### UX/UI
@ -185,6 +238,12 @@ pnpm format
## Accessibility Impact ## Accessibility Impact
## Tests ## Tests
## Sign-Off
- Models used:
- Submitter effort summary (self-reported, subjective):
- Agent notes (optional; brief; cite evidence):
``` ```
### Infra/Build ### Infra/Build
@ -195,6 +254,12 @@ pnpm format
## Environments Affected ## Environments Affected
## Validation Steps ## Validation Steps
## Sign-Off
- Models used:
- Submitter effort summary (self-reported, subjective):
- Agent notes (optional; brief; cite evidence):
``` ```
### Security ### Security
@ -211,4 +276,10 @@ pnpm format
## Verification ## Verification
## Tests ## Tests
## Sign-Off
- Models used:
- Submitter effort summary (self-reported, subjective):
- Agent notes (optional; brief; cite evidence):
``` ```