diff options
Diffstat (limited to '.github/ISSUE_TEMPLATE/compiler-bug.md')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/compiler-bug.md | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/.github/ISSUE_TEMPLATE/compiler-bug.md b/.github/ISSUE_TEMPLATE/compiler-bug.md index ede29ee16..54755c7fa 100644 --- a/.github/ISSUE_TEMPLATE/compiler-bug.md +++ b/.github/ISSUE_TEMPLATE/compiler-bug.md @@ -7,24 +7,24 @@ assignees: '' --- -**Issue Description** +# Issue Description A clear and concise description of what the bug is. Before filing the issue, please make sure the bug can be reproduced with the latest release of Slang. -**Reproducer Code** +# Reproducer Code If the issue can be reproduced with a simple code, include the **self-contained** Slang code along with a `slangc` commandline invocation, or the C++ code that calls the Slang API to compile the code. -**Expected Behavior** +# Expected Behavior A clear and concise description of what you expected to happen, e.g. code should compile successfully, resulting SPIRV should have XXX opcode/capability. -**Actual Behavior** +# Actual Behavior A clear and concise description of what actually happened. -**Environment:** +# Environment - Slang Version (release version number or commit hash) - OS - GPU/Driver version, if the bug is a runtime result error. -- Any related environment variables. + - Any related environment variables. -**Additional context** +# Additional context Add any other context about the problem here. |
