feat: Add GEMINI.md and enhance pre-commit hooks (#2)
All checks were successful
Lint / pre-commit Linting (push) Successful in 1m2s
All checks were successful
Lint / pre-commit Linting (push) Successful in 1m2s
Add GEMINI.md with development guidelines. Enhance .pre-commit-config.yaml with schema validations for Renovate, Docker Compose, and Dependabot. Reviewed-on: #2
This commit was merged in pull request #2.
This commit is contained in:
12
GEMINI.md
Normal file
12
GEMINI.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# 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:** Ensure that `pre-commit` hooks are installed and active before making any commits. This can be done by running `pre-commit install` in your local repository.
|
||||
|
||||
## Repository Comparison
|
||||
|
||||
* On request, this repository should be compared against the rules and guidelines specified in the `README.md` of the reference repository: `https://git.horstenkamp.eu/Philipp/ai-template`.
|
||||
Reference in New Issue
Block a user