changelog
4
总安装量
2
周安装量
#54108
全站排名
安装命令
npx skills add https://github.com/poletron/custom-rules --skill changelog
Agent 安装分布
github-copilot
2
mcpjam
1
claude-code
1
zencoder
1
crush
1
cline
1
Skill 文档
Critical Patterns
Structure (REQUIRED)
# Changelog
All notable changes 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
- New features
### Changed
- Changes to existing functionality
### Fixed
- Bug fixes
## [1.2.0] - 2024-01-15
### Added
- Multi-language support ([#123](link))
Change Types (REQUIRED)
Added â New features, endpoints, options
Changed â Changes to existing functionality
Deprecated â Features planned for removal
Removed â Deleted features
Fixed â Bug fixes
Security â Vulnerability patches
Decision Tree
New feature? â Added
Behavior change? â Changed
Bug fix? â Fixed
Security patch? â Security
Will be removed? â Deprecated
Already removed? â Removed
Code Examples
Good Entry
### Added
- Email notifications for order status changes with customizable templates
- Batch processing support for up to 1000 items per request
### Fixed
- Race condition in payment processing that could cause duplicate charges
- Memory leak when uploading files larger than 100MB
Bad Entry
### Added
- New feature (too vague)
- Updated stuff (unclear)
### Fixed
- Fixed bug (which bug?)
Best Practices
- Update changelog with every PR
- Write from the user’s perspective
- Include issue/PR numbers for reference
- Date entries in ISO format (YYYY-MM-DD)
- Keep unreleased changes at the top