Skip to content

Home / How To Git

This document defines how Git and GitHub are used in this project.

It establishes:

  • How repositories are accessed and authenticated (SSH, signing)
  • How branches are structured and named
  • How features and issues are organized
  • How Pull Requests are reviewed and merged
  • What quality and coverage requirements must be met
  • How mistakes are recovered safely
  • What rules are mandatory for all contributors

The goal is:

  • A stable production branch
  • Traceable and clean history
  • High test reliability
  • Controlled integration through review
  • Predictable and reproducible development workflow

All contributors are expected to follow the rules and processes defined in this guide.