|
Asper Header
1.0.14
The header injector extension
|
This file will describe the norm used for commits in this repository.
This repository does not use the conventional commit down to the letter.
Each commit message must follow one of the two formats below:
[uppercase infinitive verb] <concise description>Additional details about the commit sections:
[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` |
[], however, if they are followed not encapsulated by [] and followed by a : they should be in lowercase.[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 function