- IMPORTANT: Do not use GitHub's automatic branching tools for creating patches/editing single files on the
main
branch! - In fact, don't do anything on the
main
branch at all, please, it makes it so difficult to merge while keeping you as the commit author 😢.
- Decide which mod you want to help localize or update:
- Navigate to the branch for that mod using the links above (or your favourite way if you're experienced with Git).
- Fork that branch, not
main
, or use GitHub's tools to edit/create a file within that branch. - Please test the changes you make by replicating the changes to a local copy of the mod zip and running it in ETS2.
- It shouldn't trigger re-caching of routes, so the process should be relatively fast
- Take a screenshot of the updated section of the map, if you can, and keep it for later
- Create a pull request to merge your updated forked branch into the branch from which you initially forked it from.
- i.e., if you forked
volga
, make a PR merge request intoiMarbot/volga
and notiMarbot/main
! - If you had taken any screenshots of the map with your changes, please add them as part of the pull request.
- Feel free to include a link to where you wish to be credited to (i.e., Twitter account) on the ProMods forum thread.
- i.e., if you forked
- You're done! Now just wait for me to review and merge or request changes to your branch.
- I get an email every time there's a PR or comment, so don't worry, I won't miss it.
- Thank you for contributing!