Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 530 Bytes

instructions.md

File metadata and controls

14 lines (10 loc) · 530 Bytes

Development Instructions

READ README.md FIRST TO UNDERSTAND THE PROJECT!

1. Changelog Management

When making changes to the codebase:

  1. Apply your changes to the relevant files
  2. Update CHANGELOG.md under the current version with:
    • Add new changes under appropriate sections (Added, Changed, Deprecated, Removed, Fixed, Security)
    • Add a short commit message and a description of the changes if needed
    • Keep entries clear and concise
    • Reference any relevant issue numbers if applicable