From 047b8af4881e1fc90aa1004d17e32bdffd53bdcf Mon Sep 17 00:00:00 2001
From: Jay Kwak <82421531+jkwak-work@users.noreply.github.com>
Date: Tue, 12 Aug 2025 12:39:07 -0700
Subject: Make the issue headings bigger (#8143)
Currently the issue template makes the subtitle "bold". It is a little
hard to navigate between the subtitle because the bold is not very
obvious.
This commit makes them to use a bigger font.
Before the change,
After the change,
---
.github/ISSUE_TEMPLATE/compiler-bug.md | 14 +++++++-------
.github/ISSUE_TEMPLATE/feature-request---improvement.md | 8 ++++----
2 files changed, 11 insertions(+), 11 deletions(-)
(limited to '.github')
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.
diff --git a/.github/ISSUE_TEMPLATE/feature-request---improvement.md b/.github/ISSUE_TEMPLATE/feature-request---improvement.md
index 36ac85695..301ebbc6c 100644
--- a/.github/ISSUE_TEMPLATE/feature-request---improvement.md
+++ b/.github/ISSUE_TEMPLATE/feature-request---improvement.md
@@ -7,14 +7,14 @@ assignees: ''
---
-**Problem Description**
+# Problem Description
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
-**Preferred Solution**
+# Preferred Solution
A clear and concise description of what you want to happen.
-**Alternative Solutions**
+# Alternative Solutions
A clear and concise description of any alternative solutions or features you've considered.
-**Additional context**
+# Additional context
Add any other context or screenshots about the feature request here.
--
cgit v1.2.3