-
|
I really enjoy using the project and have tried debugging a few times when bugs came up. But I’m still not sure how to actually contribute – Git still feels a bit like a mystery to me. Maybe someone could give me a few tips or guide me a bit? Right now, the step into contributing still feels a bit too high. Ich nutze das Projekt gerne und bin auch schon ein paar Mal beim Debuggen eingestiegen. Aber ich weiß noch nicht so recht, wie ich konkret beitragen kann – Git ist für mich noch etwas undurchsichtig. Vielleicht kann mir jemand von euch ein paar Tipps geben oder mich ein bisschen anleiten, wie ich den Einstieg schaffe. Im Moment fühlt sich die Hürde noch zu hoch an. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Hey Tomsonia, Regarding contributing to this project also read |
Beta Was this translation helpful? Give feedback.
Hey Tomsonia,
thanks for your interest in contributing to this project. We however don't have the resources to educate people in the basic technologies utilized by the project, esp. if you already find git difficult. I'd suggest you lookup some youtube videos on how to work with git and how branching, rebasing, and pull requests on GitHub work. Play around with creating/reviewing/mergin PRs in your own Github account by first creating a test repo in your account, then forking it under another name into your user account and play around with creating pull requests between these two repositories.
You may also checkout Git tutorials on Udemey https://www.udemy.com/topic/git/
Regarding contri…