Skip to content

Commit ab5f412

Browse files
committed
ci: pull request template
Prompts contributors to describe the change, enumerate per-area impacts, document testing (including any workflow updates), and note documentation changes. Placeholders are visible italic text so any section a contributor forgets to replace stands out in the rendered PR.
1 parent 0abae84 commit ab5f412

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

.github/pull_request_template.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<!-- Fill this in yourself, or at least have your favorite AI agent draft it from the diff. -->
2+
3+
_What this PR does and why. For large or non-trivial changes, link a design doc or issue, or explain the design inline — the larger the change, the more context belongs here._
4+
5+
## Changes
6+
7+
_Replace the lines that apply, delete the rest._
8+
9+
- **Source**: _Implementation changes._
10+
- **Tests**: _New or updated unit tests and fixtures._
11+
- **Golden tests**: _Intentional output changes or regenerations._
12+
- **Build**: _Build-system, packaging, or schema changes._
13+
- **CI**: _Workflows or automation._
14+
- **Toolchain**: _Bootstrap or environment tooling._
15+
- **Tooling**: _Developer tools and helper scripts._
16+
- **Third-party**: _Vendored dependencies or patches._
17+
- **Breaking changes**: _Anything downstream users need to know._
18+
19+
## Testing
20+
21+
_How this change stays tested going forward — the tests in this PR that cover the new behavior, plus any CI workflow changes needed so that coverage runs on every future build._
22+
23+
## Documentation
24+
25+
_What was updated in the documentation or why documentation is not needed._

0 commit comments

Comments
 (0)