summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
AgeCommit message (Collapse)Author
2025-04-07Use GITHUB_TOKEN for fetching prebuilt (#6712)Gangzheng Tong
* Use GITHUB_TOKEN for fetching prebuilt This PR extends Commit c6b702c to use GITHUB_TOKEN if set for fetching prebuilt binaries. This allows webgpu-dawn and slang-tint to be downloaded for certain IPs where the github API rate is limited. Fixes #6689 * Don't ignore download failure if github token is provided * Update readme for getting github access token * format code * combine cmake_parse_arguments calls * format code --------- Co-authored-by: slangbot <186143334+slangbot@users.noreply.github.com> Co-authored-by: Jay Kwak <82421531+jkwak-work@users.noreply.github.com> Co-authored-by: Ellie Hermaszewska <ellieh@nvidia.com>
2025-03-31Update CONTRIBUTING License from MIT to Apache 2.0 (#6673)aidanfnv
Fixes #5856 This commit updates the out-of-date license information in https://github.com/shader-slang/slang/blob/master/CONTRIBUTING.md#license to state that contributions are licensed under the Apache License 2.0 with LLVM Exception instead of the MIT License.
2025-02-03Fix native Windows ARM64 build. (#6244)Yong He
* Fix native Windows ARM64 build. * Fix --------- Co-authored-by: Yong He <yongh@outlook.com>
2024-12-10Add more details on PR process to CONTRIBUTING.md (#5812)Jay Kwak
* Add more details on PR process This commit adds more detailed explanations on the PR process. It also fixed a few typos and grammar mistakes identified by LLM.
2024-11-21Add reuse and related files (#5622)Yong He
* Add reuse and related files * Fix dxcapi license. --------- Co-authored-by: James Riordon <jriordon@outofcontrol.ca>