docs: add CHANGELOG and TODO templates, update rules

This commit is contained in:
imfozilbek
2025-12-22 00:44:55 +05:00
parent 3e2bd9cdb0
commit 9b2cf21c2a
4 changed files with 133 additions and 33 deletions

34
CHANGELOG.package.md Normal file
View File

@@ -0,0 +1,34 @@
# Changelog
All notable changes to this package will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/),
and this project adheres to [Semantic Versioning](https://semver.org/).
## [Unreleased]
### Added
- Initial setup
---
## [0.1.0] - YYYY-MM-DD
### Added
- Feature 1
- Feature 2
### Changed
- Change 1
### Fixed
- Bug fix 1
---
## Template Usage
1. Replace `YYYY-MM-DD` with actual date
2. Update sections for each release
3. Move [Unreleased] items to new version on release
4. Remove this section