Skip to content

contributing

THE_13joker1 edited this page Jun 13, 2024 · 5 revisions

Beitragende

Du kannst zum Fake Data Generator-Projekt beitragen, indem du folgende Schritte ausführst:

  1. Fork das Repository.
  2. Erstelle einen neuen Branch (git checkout -b feature/NeuesFeature).
  3. Mache deine Änderungen.
  4. Committe deine Änderungen (git commit -am 'Füge neues Feature hinzu').
  5. Push zu den Branch (git push origin feature/NeuesFeature).
  6. Erstelle einen neuen Pull Request.

Contributors

You can contribute to the Fake Data Generator project by following these steps:

  1. Fork the repository.

  2. Create a new branch (git checkout -b feature/NewFeature).

  3. Make your changes.

  4. Commit your changes (`git commit -am 'Add new feature'').

  5. Push to the branch (git push origin feature/NewFeature).

  6. Create a new pull request.


Clone this wiki locally