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