Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 773 Bytes

File metadata and controls

23 lines (17 loc) · 773 Bytes

How to Contribute

Getting Started

  1. Make sure you have Unreal Engine and Github account
  2. Understand how to build Unreal Plugin
  3. Submit a ticket for your issue, if it does not exist.
  4. Fork this repository on Github.
  5. Clone the newly forked repository.
  6. Checkout to a new branch on your local repository.
  7. Push to your changes and make a pull request to us.

Branch Naming

feature/<featurename>
enhance/<enhancename>
fix/<fixname>

Additional Resources