|
TTY OV
1
A cross platform python terminal
|
This document describes the commit message conventions used in this repository.
This project does not follow Conventional Commits strictly.
Instead, commit messages are action-oriented and written to clearly describe what changed.
Each commit message must follow the format below:
[])-ing)[REMOVE] redundant code from the user service[EDIT] UI to match updated mockups[RENAME] Readme.md -> README.md| Verb | Description | Example |
|---|---|---|
| ADD | Introduces new functionality, features, or files | [ADD] cron jobs to clean expired tokens |
| FIX | Corrects bugs or issues in the codebase | [FIX] the database connection timeout |
| UPDATE | Improves or modifies existing functionality | [UPDATE] the login flow for better UX |
| REMOVE | Deletes or removes code, files, or dependencies | [REMOVE] outdated npm packages |
| EDIT | Adjusts or alters existing code without major change | [EDIT] the README for better clarity |
| REFACTOR | Refactors code without changing its behavior | [REFACTOR] server-side validation logic |
| RENAME | Renames files or variables | [RENAME] variables to follow naming convention |
| MERGE | Merges branches or pull requests | ‘[MERGE] branch 'feature-auth’ into dev` |
[][FIX] the path to the import of the EntityNode.hpp file[ADD] a window utility management class[ADD] a window that can open[FIX] exception handling issues[UPDATE] the type of the mainloop functionBranch naming rules and workflow guidelines are defined in:
👉 CONTRIBUTING.md — Branch Naming Convention
Please ensure your branch name follows those rules before committing.