From 50ba69b11610bbe737ae573a208a0aa4ed42add9 Mon Sep 17 00:00:00 2001 From: Yong He Date: Mon, 14 Jul 2025 20:10:37 -0700 Subject: Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 29 ----------------------------- .github/ISSUE_TEMPLATE/compiler-bug.md | 30 ++++++++++++++++++++++++++++++ 2 files changed, 30 insertions(+), 29 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/compiler-bug.md (limited to '.github') diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index 7aacb78cc..000000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -name: Bug report -about: Report a bug or unexpected behavior of the Slang compiler / API. -title: '' -labels: '' -assignees: '' - ---- - -**Issue Description** -A clear and concise description of what the bug is. - -**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** -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** -A clear and concise description of what actually happened. - -**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. - -**Additional context** -Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/compiler-bug.md b/.github/ISSUE_TEMPLATE/compiler-bug.md new file mode 100644 index 000000000..ede29ee16 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/compiler-bug.md @@ -0,0 +1,30 @@ +--- +name: Compiler Bug +about: Report a bug or unexpected behavior of the Slang compiler / API. +title: '' +labels: '' +assignees: '' + +--- + +**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** +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** +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** +A clear and concise description of what actually happened. + +**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. + +**Additional context** +Add any other context about the problem here. -- cgit v1.2.3