-
Notifications
You must be signed in to change notification settings - Fork 48
Contribution guidelines
Sergey Zwezdin edited this page Jun 18, 2016
·
2 revisions
Any contributions are welcome for this projects.
- Fork this repository.
- Make all changes you want to contirbute.
- Merge all changes in
master
branch. - Make pull request into this repository.
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.
- 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 :-)