Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/ISSUE_TEMPLATE/bug_report_spirv.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ assignees: ''

**Steps to Reproduce**
<!--- Provide a description of how to reproduce the error. If possible please
provide source and tool command line options. If the issue reproduces on
Compiler Explorer (https://godbolt.org/) or Shader Playground
(https://shader-playground.timjones.io/) 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 <path>`. --->
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 <path>`.
--->


**Actual Behavior**
Expand Down
Loading