-
Notifications
You must be signed in to change notification settings - Fork 0
Development standards
PierreMarguerie edited this page Oct 28, 2025
·
4 revisions
← Home
This page describes our coding and collaboration standards for the project.
- Use kebab-case for branch names.
- Use camelCase for variables and functions.
- Use PascalCase for class names.
- Keep lines under 100 characters.
- Create a new branch for each feature.
- Use a form of git karma.
- Specify whole scope in the commit message (ex:
backend>middleware>discord) - Open a pull request before merging into
main,dev,backend,mobileandfrontend. - For
mainanddev, the pull request has to be reviewed by at least 4 persons with writing rights.