mirror of
https://github.com/samiyev/template.git
synced 2025-12-27 23:16:49 +05:00
docs: add CHANGELOG and TODO templates, update rules
This commit is contained in:
34
CHANGELOG.package.md
Normal file
34
CHANGELOG.package.md
Normal 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
|
||||
Reference in New Issue
Block a user