Skip to content

Commit 734d465

Browse files
docs: add CHANGELOG and PR template (#1)
1 parent bc23adb commit 734d465

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.github/pull_request_template.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
## Summary
2+
- [x] Minimal, safe change. No code paths affected.
3+
4+
## CI
5+
- [x] CI / build green (3.11, 3.12)
6+
- [x] CodeQL Analysis green
7+
8+
## Merge
9+
- [x] Squash + delete branch

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Changelog
2+
## 0.1.0 — 2025-09-12
3+
- Initial public scaffold (CLI, tests, CI, CodeQL).

0 commit comments

Comments
 (0)