Skip to content

Contribution guidelines

Sergey Zwezdin edited this page Jun 18, 2016 · 2 revisions

Any contributions are welcome for this projects.

Contribution workflow

  1. Fork this repository.
  2. Make all changes you want to contirbute.
  3. Merge all changes in master branch.
  4. 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)
  • Your commit have value for community :-)