Skip to content

Latest commit

 

History

History
50 lines (37 loc) · 1.41 KB

File metadata and controls

50 lines (37 loc) · 1.41 KB

Changelog

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.

[Unreleased]

Added

  • 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

Changed

  • Updated README.md with comprehensive documentation
  • Enhanced contributing.md with better structure and guidelines

Fixed

  • N/A

Removed

  • N/A

How to Update This Changelog

When contributing:

  1. Add your changes under the [Unreleased] section
  2. Choose the appropriate category: Added, Changed, Fixed, or Removed
  3. Write a brief, clear description of your change
  4. Maintainers will version the changes during releases

Categories

  • 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