You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sergey Zwezdin edited this page Jun 18, 2016
·
2 revisions
Any contributions are welcome for this projects.
Contribution workflow
Fork this repository.
Make all changes you want to contirbute.
Merge all changes in master branch.
Make pull request into this repository.
How to build
To build project run build/build.ps1 script. It will download all required packages and will build the project. Once build finished all assets will be available at working directory.
Ensure your commit meet following requirements:
Project builds successfully
All tests are passed
Your code follow same code styling as code in original repo
You have added appropriate code into samples folder (if needed)