Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 1.17 KB

README.md

File metadata and controls

40 lines (29 loc) · 1.17 KB

Coding standards

Languages

Space Language
Merge request title & description & comments FR
Issues FR
Commits title and description EN
Code: comments and namming EN
Documentation files in repo EN

Branch name format

AC-XXX = the prefix of the project following by the issue number

US-FC = only for FC, if it is an UserStory

Commit format

[AC-XXX] 🎨 Short explanation of the commit

Merge Request format

[AC-XXX] Issue name for FC in french / Short summary of the MR in french

Rules applicable to the entire repository

  1. Denominating
  2. Formattaging
  3. Functions parameters
  4. Classes
  5. Interfaces
  6. Enums
  7. Fonctions
  8. Forbidden stuff
  9. Comments
  10. Typing
  11. Files and directories architecture
  12. Linter and Coverage