Skip to content
This repository was archived by the owner on Aug 23, 2025. It is now read-only.

Latest commit

History

History
45 lines (33 loc) 路 925 Bytes

File metadata and controls

45 lines (33 loc) 路 925 Bytes

AbstractVM - Epitech 2023 - Commit norm


Commit norm for this project 馃摑

Commit message format 馃摐

Every commit message should be formatted like this:

[<type>] <message>

Commit types 馃搶

  • ADD: Add a new file or feature
  • FIX: Fix a bug
  • EDIT: Edit an existing file
  • DEL: Delete a file or feature
  • DOC: Add or edit documentation
  • RECODE: Refactor code
  • CLEAN: Clean up code
  • MERGE: Merge branches

Commit message example 馃搫

[ADD] Added more tests
Added overflow tests
90% lines, 100% functions, 75% branches
[EDIT] Edited exception naming
Edited the exception naming to match the coding style

Commit message rules 馃搹

  • The first letter of the commit message should be capitalized
  • The commit message should be written in English
  • The commit message should be clear and concise