8366cdd224
Test / Create distribution (push) Successful in 56s
Test / Sandbox (push) Successful in 3m7s
Test / Hakurei (push) Successful in 4m40s
Test / ShareFS (push) Successful in 4m41s
Test / Sandbox (race detector) (push) Successful in 6m12s
Test / Hakurei (race detector) (push) Successful in 7m42s
Test / Flake checks (push) Successful in 1m16s
Upstream does not appear to understand the point of tags, so include relevant unreleased changes here. Signed-off-by: Ophestra <cat@gensokyo.uk>
48 lines
1.7 KiB
Diff
48 lines
1.7 KiB
Diff
From daa093dd29aab8cbb6562b808370562f56e399fb Mon Sep 17 00:00:00 2001
|
|
From: Khronos Group Web Services <webservices@khronosgroup.org>
|
|
Date: Wed, 24 Jun 2026 11:39:24 -0400
|
|
Subject: [PATCH 20/26] chore: Add CONTRIBUTING file (#608)
|
|
|
|
---
|
|
CONTRIBUTING.md | 28 ++++++++++++++++++++++++++++
|
|
1 file changed, 28 insertions(+)
|
|
create mode 100644 CONTRIBUTING.md
|
|
|
|
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
|
|
new file mode 100644
|
|
index 0000000..3d3062c
|
|
--- /dev/null
|
|
+++ b/CONTRIBUTING.md
|
|
@@ -0,0 +1,28 @@
|
|
+<!--
|
|
+SPDX-FileCopyrightText: 2026 The Khronos Group Inc.
|
|
+SPDX-License-Identifier: CC-BY-4.0
|
|
+-->
|
|
+
|
|
+# Contributing to SPIRV-Headers
|
|
+
|
|
+## Contributing
|
|
+
|
|
+This project welcomes contributions and suggestions. Contributions require you
|
|
+to agree to a
|
|
+[Contributor License Agreement (CLA)](https://cla-assistant.io/KhronosGroup/SPIRV-Headers)
|
|
+declaring that you have the right to, and actually do, grant the rights to use
|
|
+your contribution.
|
|
+
|
|
+When you submit a pull request, a CLA bot will determine whether you need to
|
|
+sign a CLA. Simply follow the instructions provided.
|
|
+
|
|
+## 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.
|
|
--
|
|
2.54.0
|
|
|