git.s-ol.nu forks/DiligentFX / 497e19c
Readme: updated Contributing section assiduous 2 years ago
1 changed file(s) with 4 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
3131
3232 To contribute your code, submit a [Pull Request](https://github.com/DiligentGraphics/DiligentFX/pulls)
3333 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.
3638
3739 Diligent Engine uses [clang-format](https://clang.llvm.org/docs/ClangFormat.html) to ensure
3840 consistent source code style throught the code base. The format is validated by appveyor and travis