The codestyle is defined by the .editorconfig
file. Please use a plugin to make sure your editor adapts the codestyle of this project.
Coding guidelines are enforced by ESLint. The ESLint check runs before every push or commit and allows to detect problems. For a better development experience, install a ESLint plugin for your editor.
In order to keep working on this project as efficient as possible, please follow the described process.
- Assign the task to you.
- Create a branch for the task you want to work on. Branches should be named by schema you find under naming conventions.
- Commit changes to this branch
- Once you finished your task, create a merge request to
main
. A merge request needs at least one approval by another team member.