Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 1.2 KB

CHANGELOG.md

File metadata and controls

40 lines (28 loc) · 1.2 KB

Changelog

All notable changes to the Bayat Development Conventions will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Added

  • Contribution guidelines (CONTRIBUTING.md)
  • Changelog to track significant changes
  • Scripts for validating documentation and checking links
  • Script to automatically add document headers
  • CI/CD pipeline using GitHub Actions
  • Developer onboarding path documentation
  • Visual documentation with architecture diagrams
  • Compliance checklist for self-assessment

Changed

  • Moved all documentation files to the docs/ directory for better organization
  • Updated README with improved navigation structure
  • Enhanced link checking to ignore code blocks and email addresses

Fixed

  • Broken links in documentation
  • Inconsistent document headers across files
  • Formatting issues in various documentation files

[1.0.0] - 2023-03-15

Added

  • Initial release of Bayat Development Conventions
  • Documentation for all major development areas
  • Directory structure for organizing conventions
  • Basic validation scripts