Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,17 @@
All notable changes to this project will be documented in this file.

## [Unreleased]
- Initial template scaffolding
### Added
- CI workflow `ci.yml` (Python lint, required check = `build`).
- Release workflow `release.yml` with prerelease tag + auto-notes.
- Issue templates, PR template, SECURITY.md baseline.

### Changed
- Branch protection: PR required, force-push/deletes blocked, required check = `build`.
- README: template usage note at top.

### Fixed
- Minor typos in CODEOWNERS and CONTRIBUTING.

## [0.0.1] - 2025-09-30
- Initial release of template