All checks were successful
Lint / pre-commit Linting (push) Successful in 1m15s
820 B
820 B
GEMINI.md
This document outlines some basic rules and guidelines for development within this template repository.
Development Guidelines
- Test-Driven Development (TDD): Wherever possible, Test-Driven Development principles should be followed. Write tests before writing the code they are intended to validate.
- Pre-commit Hooks: Use pre commit hooks
- Ensure that
pre-commithooks are installed and active before making any commits. This can be done by runningpre-commit installin your local repository. - Do NEVER skip the
pre-commitsvia the git argument-n
- Ensure that
Repository Comparison
- On request, this repository should be compared against the rules and guidelines specified in the
README.mdof the reference repository:https://git.horstenkamp.eu/Philipp/template-git.