From 9b9442cd86c242aa0c030be3beea0fb1d0df7a1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nathan=20Gau=C3=ABr?= Date: Tue, 19 Nov 2024 18:06:11 +0100 Subject: [PATCH] Update bug_report_spirv.md (#6988) 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 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report_spirv.md b/.github/ISSUE_TEMPLATE/bug_report_spirv.md index c75018392..7375d2f4e 100644 --- a/.github/ISSUE_TEMPLATE/bug_report_spirv.md +++ b/.github/ISSUE_TEMPLATE/bug_report_spirv.md @@ -12,11 +12,11 @@ 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 `. + ---> **Actual Behavior**