17 lines
661 B
Markdown
17 lines
661 B
Markdown
<!-- Copyright 2013-2020 Mark Callow -->
|
|
<!-- SPDX-License-Identifier: Apache-2.0 -->
|
|
|
|
## How to contribute to the KTX library and tools.
|
|
|
|
1. Make sure you have a GitHub account.
|
|
2. Fork the repository on GitHub.
|
|
3. Make changes to your clone of the repository.
|
|
4. Update or supplement the tests as necessary in this
|
|
repository and in the [Conformance Test Suite](https://github.com/KhronosGroup/KTX-Software-CTS/).
|
|
5. Submit a pull request against _main_.
|
|
|
|
If you will be generating documentation with or preparing
|
|
distribution archives, you **must** follow
|
|
[these instructions](README.md#kwexpansion) to install a
|
|
smudge/clean filter for expanding keywords.
|