-
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.
You can contribute to the Fake Data Generator project by following these steps:
-
Fork the repository.
-
Create a new branch (
git checkout -b feature/NewFeature). -
Make your changes.
-
Commit your changes (`git commit -am 'Add new feature'').
-
Push to the branch (
git push origin feature/NewFeature). -
Create a new pull request.