diff options
| author | Yong He <yonghe@outlook.com> | 2025-07-14 20:10:37 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-14 20:10:37 -0700 |
| commit | 50ba69b11610bbe737ae573a208a0aa4ed42add9 (patch) | |
| tree | 309c1cf8a646d9e6be8e0517673679a4266dc7ef /.github | |
| parent | 4af65f313efb43b282cdae2d2f697571013c1bf6 (diff) | |
Update issue templates
Diffstat (limited to '.github')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/compiler-bug.md (renamed from .github/ISSUE_TEMPLATE/bug_report.md) | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/compiler-bug.md index 7aacb78cc..ede29ee16 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/compiler-bug.md @@ -1,5 +1,5 @@ --- -name: Bug report +name: Compiler Bug about: Report a bug or unexpected behavior of the Slang compiler / API. title: '' labels: '' @@ -9,6 +9,7 @@ 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. |
