Update reference to "KHR_materials_subsurface" in README.md (#2389)
[glTF.git] / CONTRIBUTING.adoc
blob2684bc8d9bbada1109c0ed19e691db3953054989
1 // Copyright 2020-2021 The Khronos Group Inc.
2 // SPDX-License-Identifier: CC-BY-4.0
4 = CONTRIBUTING file for the KhronosGroup/glTF project
6 Contributions to the KhronosGroup/glTF repository are welcome.
8 Contributions may be in the form of Issues proposing a change, or Pull
9 Requests containing fixes for, or additions to:
11   * Specification and Extension text, schemas, and related documentation
12   * Specification scripting / build toolchains and related infrastructure
14 Please keep contributions focused on solving a single issue or bug.
16 For contributions to the glTF 2.0 core specification, see:
17 link:specification/2.0/README.md#contributing[glTF 2.0 Contributions].
19 == Copyright Notice and License Template
21 If you are adding a new file, it must be under one of the following
22 licenses:
24   * Creative Commons Attribution 4.0 International, for specification text
25     and informative files (for example, this CONTRIBUTING.adoc file or
26     link:specification/2.0/Specification.adoc[`specification/2.0/Specification.adoc`])
27   * Apache 2.0, for all other changes (for example,
28     link:specification/2.0/Makefile[`specification/2.0/Makefile`])
29   * Apache 2.0 OR MIT, for source-like files that may need to used in GPL
30     projects
32 We use a short license in each file consisting of just the copyright
33 statement and the SPDX license identifier of the license applying to that
34 file, and link to the full license text from link:LICENSE.adoc.
36 == Contributor License Agreement
38 When you propose a pull request on KhronosGroup/glTF you must execute the
39 Khronos Mixed Repository Contributor License Agreement, to confirm you own
40 your work and are granting Khronos the necessary permissions to redistribute
41 it under our licenses.