-
-
Notifications
You must be signed in to change notification settings - Fork 3
How to contribute to the development
MaxIsJoe edited this page Oct 30, 2020
·
5 revisions
- You need the latest stable release of the Godot Engine
- Be familiar with the original TWC so you don't work on something for hours and later then find out that it won't fit the game
- Alternatively, you can check the "Notes" or "Roadmap" wiki page to know what needs to be implemented and how it should be approached.
- Your commits should be atomic. Make one commit for each distinct change, so if a part of your changes needs to be removed/changed then you can simply modify that single commit.
- Please document and explain your pull requests thoroughly. What each commit changes and why. We do not want to have to read all of your commit names to figure out what your pull request is about.
- Do not self-merge. We always need to review your pull request, no matter how trivial. This is to ensure quality.
- If you need help with something, don't be shy and ask for help.
The Original TWC : https://github.com/DuncanFairley/TWC
Godot : https://godotengine.org/