-
Notifications
You must be signed in to change notification settings - Fork 0
contributing
THE_13joker1 edited this page Jun 13, 2024
·
5 revisions
Du kannst zum Fake Data Generator-Projekt beitragen, indem du folgende Schritte ausführst:
- Fork das Repository.
- Erstelle einen neuen Branch (
git checkout -b feature/NeuesFeature). - Mache deine Änderungen.
- Committe deine Änderungen (
git commit -am 'Füge neues Feature hinzu'). - Push zu den Branch (
git push origin feature/NeuesFeature). - Erstelle einen neuen Pull Request.