Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1021 Bytes

CONTRIBUTING.md

File metadata and controls

28 lines (19 loc) · 1021 Bytes

Contributing

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.

Creating an Issue

TODO

Creating a Wiki page

TODO

Submitting a Pull Request

  1. Fork it.
  2. Create a branch (git checkout -b MyBranch)
  3. Commit your changes (git commit -am "Added Vehicle Weapon for Goliath")
  4. Push to the branch (git push origin MyBranch)
  5. Open a Pull Request (Documentation)
  6. Update the the pull requests at any time and/or publish updates in the comments