diff options
| author | Jay Kwak <82421531+jkwak-work@users.noreply.github.com> | 2025-08-12 12:39:07 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-12 19:39:07 +0000 |
| commit | 047b8af4881e1fc90aa1004d17e32bdffd53bdcf (patch) | |
| tree | 535655539a8427da67f4089f275f273b3085752d /.github/ISSUE_TEMPLATE/feature-request---improvement.md | |
| parent | 3618f7a4c35de32405e6ebe458bae835869e2876 (diff) | |
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,
<img width="839" height="488" alt="image"
src="https://github.com/user-attachments/assets/08abec42-8389-4404-89a1-5a70670000cd"
/>
After the change,
<img width="840" height="544" alt="image"
src="https://github.com/user-attachments/assets/e2ffdac1-f8dc-40fa-a317-8dda965f3377"
/>
Diffstat (limited to '.github/ISSUE_TEMPLATE/feature-request---improvement.md')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/feature-request---improvement.md | 8 |
1 files changed, 4 insertions, 4 deletions
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. |
