From 33c29c879dc3d824b82fd0ab1dc8c02a24199552 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nathan=20Gau=C3=ABr?= Date: Mon, 28 Oct 2024 16:46:58 +0100 Subject: [PATCH 1/2] Update bug_report_spirv.md Removes shader playground link. Shader playground hasn't been updated since earlier this year, hence DXC version is very stale. --- .github/ISSUE_TEMPLATE/bug_report_spirv.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report_spirv.md b/.github/ISSUE_TEMPLATE/bug_report_spirv.md index c75018392d..898727e001 100644 --- a/.github/ISSUE_TEMPLATE/bug_report_spirv.md +++ b/.github/ISSUE_TEMPLATE/bug_report_spirv.md @@ -12,11 +12,13 @@ assignees: '' **Steps to Reproduce** +provide source and tool command line options, or if the issue reproduces on +Compiler Explorer (https://godbolt.org/), please provide a link. +If the source is split across multiple files, please preprocess into a single file using DXC's +command line `-P -Fi `. + +Note: Do **not** use Shader Playground. Its DXC version is very stale. + ---> **Actual Behavior** From 97c0de6a870f58abc7ccb410bfb0435c96508ed4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nathan=20Gau=C3=ABr?= Date: Mon, 28 Oct 2024 17:24:46 +0100 Subject: [PATCH 2/2] Update bug_report_spirv.md --- .github/ISSUE_TEMPLATE/bug_report_spirv.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report_spirv.md b/.github/ISSUE_TEMPLATE/bug_report_spirv.md index 898727e001..7375d2f4e3 100644 --- a/.github/ISSUE_TEMPLATE/bug_report_spirv.md +++ b/.github/ISSUE_TEMPLATE/bug_report_spirv.md @@ -16,8 +16,6 @@ provide source and tool command line options, or if the issue reproduces on Compiler Explorer (https://godbolt.org/), please provide a link. If the source is split across multiple files, please preprocess into a single file using DXC's command line `-P -Fi `. - -Note: Do **not** use Shader Playground. Its DXC version is very stale. --->