Before you intent to contribute, please read the License Agreement first. This agreement covers how your contributed code can be integrated into the core game of Unreal Tournament.
You can contribute in different forms such as
- Issues - Reporting bugs, requesting features, etc.
- Wiki - Creating pages for creating vehicles, compiling source source, integrating vehicles into maps, etc.
- Pull requests - Direct code changes, documentation updates, new assets, etc.
TODO
TODO
- Fork it.
- Create a branch (
git checkout -b MyBranch
) - Commit your changes (
git commit -am "Added Vehicle Weapon for Goliath"
) - Push to the branch (
git push origin MyBranch
) - Open a Pull Request (Documentation)
- Update the the pull requests at any time and/or publish updates in the comments