Readme: updated Contributing section
assiduous
2 years ago
31 | 31 | |
32 | 32 | To contribute your code, submit a [Pull Request](https://github.com/DiligentGraphics/DiligentFX/pulls) |
33 | 33 | to this repository. **Diligent Engine** is licensed under the [Apache 2.0 license](License.txt) that guarantees |
34 | that code in the **DiligentFX** repository is free of Intellectual Property encumbrances. In submitting code to | |
35 | this repository, you are agreeing that the code is free of any Intellectual Property claims. | |
34 | that content in the **DiligentFX** repository is free of Intellectual Property encumbrances. | |
35 | In submitting any content to this repository, | |
36 | [you license that content under the same terms](https://docs.github.com/en/free-pro-team@latest/github/site-policy/github-terms-of-service#6-contributions-under-repository-license), | |
37 | and you agree that the content is free of any Intellectual Property claims and you have the right to license it under those terms. | |
36 | 38 | |
37 | 39 | Diligent Engine uses [clang-format](https://clang.llvm.org/docs/ClangFormat.html) to ensure |
38 | 40 | consistent source code style throught the code base. The format is validated by appveyor and travis |