All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- GitHub Actions CI workflow for automated testing and building
- Pull request template for better PR management
- Issue templates for bugs and feature requests
- EditorConfig for consistent coding style across editors
- Prettier configuration for code formatting
- Security policy (SECURITY.md)
- Development guide (DEVELOPMENT.md)
- Enhanced README with setup instructions and project structure
- Improved contributing guidelines with detailed steps
- Updated README.md with comprehensive documentation
- Enhanced contributing.md with better structure and guidelines
- N/A
- N/A
When contributing:
- Add your changes under the
[Unreleased]section - Choose the appropriate category: Added, Changed, Fixed, or Removed
- Write a brief, clear description of your change
- Maintainers will version the changes during releases
- Added for new features
- Changed for changes in existing functionality
- Deprecated for soon-to-be removed features
- Removed for now removed features
- Fixed for any bug fixes
- Security in case of vulnerabilities