From e2128f47112ed4b0fd6b096f67748ecccbe40978 Mon Sep 17 00:00:00 2001 From: KhronosWebservices Date: Mon, 8 Jun 2026 14:04:32 -0400 Subject: [PATCH] chore: Add CONTRIBUTING.adoc [skip ci] --- CONTRIBUTING.adoc | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 CONTRIBUTING.adoc diff --git a/CONTRIBUTING.adoc b/CONTRIBUTING.adoc new file mode 100644 index 0000000..ec60c41 --- /dev/null +++ b/CONTRIBUTING.adoc @@ -0,0 +1,23 @@ +// Copyright 2026 The Khronos Group Inc. +// SPDX-License-Identifier: CC-BY-4.0 + += Contributing + +Contributions to the GLSL repository are welcome. + +== Contributor License Agreement (CLA) + +When you propose a pull request on this repository you must execute a +Contributor License Agreement, to confirm you own your work and are granting +Khronos the necessary permissions to redistribute it under our licenses. + +== AI-Assisted Contributions + +By submitting a Contribution to this repository, you additionally represent +that, to the extent any of Your Contributions were developed with the +assistance of artificial intelligence tools or AI-generated code, You have +exercised sufficient review, judgment, and creative direction over such tools +and resulting material to reasonably consider it Your original creation, and +You are not aware of any third-party license, intellectual property claim, or +other restriction arising from such use that is associated with any part of +Your Contribution or use thereof. \ No newline at end of file