Guild icon
Teeworlds
discord.gg/teeworlds / development
For discussions around the development of the official Teeworlds
Between 2023-02-19 00:00:00Z and 2023-02-20 00:00:00Z
Avatar
Looking for some guidance on how to contribute on Github, as I'm inexperienced in pull requests and that kinda stuff. If I have independent change suggestions for the source should I make different branches, or in the same branch? Also, do I do pull request or not? Should I do pull request once I'm done making changes?
11:28
I basically wanted to fix typos on documentation txt files.
Avatar
If the changes are completely independent, then create multiple PRs (different branch for each PR). Though if the changes are all related, like updating documentation, I think a single branch is alright as well. First create the changes in one or more branches (not in the master branch) and make PRs when the branches are ready. Look for some online tutorials if you don't know how to create PRs or use Git/GitHub in general.
Avatar
Ok, thanks.
Exported 5 message(s)