Akzeptiere die Contributor License Agreement, damit Dein Beitrag angenommen werden kann.
Im Projekt-Root-Ordner (abrechnung) ausführen:
ln -sf ../../dev-tools/biome/pre-commit .git/hooks/pre-commit
chmod +x .git/hooks/pre-commit- Forke das Repository und erstelle einen Branch:
git checkout -b feature/mein-feature
- Push den Branch und öffne einen Pull Request gegen
main.
Accept the Contributor License Agreement to ensure your contributions can be accepted.
Run in the project root (abrechnung):
ln -sf ../../dev-tools/biome/pre-commit .git/hooks/pre-commit
chmod +x .git/hooks/pre-commit- Fork the repo and create a branch:
git checkout -b feature/my-feature
- Push your branch and open a Pull Request against
main.