fix issue template field: about -> description

GitHub's YAML issue forms require `description:`, not `about:` (which
is for the legacy markdown templates). GitHub silently ignores forms
with invalid top-level fields, so only the config.yml contact links
were showing in the new-issue picker.
This commit is contained in:
pax 2026-04-10 22:58:35 -05:00
parent b1e4efdd0b
commit c91326bf4b
8 changed files with 8 additions and 8 deletions

View File

@ -1,5 +1,5 @@
name: Bug Report name: Bug Report
about: Something broken or misbehaving description: Something broken or misbehaving
title: "[BUG] " title: "[BUG] "
labels: ["bug"] labels: ["bug"]
body: body:

View File

@ -1,5 +1,5 @@
name: Documentation Issue name: Documentation Issue
about: Typos, unclear sections, missing docs, broken links description: Typos, unclear sections, missing docs, broken links
title: "[DOCS] " title: "[DOCS] "
labels: ["documentation"] labels: ["documentation"]
body: body:

View File

@ -1,5 +1,5 @@
name: Feature Request name: Feature Request
about: Suggest a new feature or enhancement description: Suggest a new feature or enhancement
title: "[FEAT] " title: "[FEAT] "
labels: ["enhancement"] labels: ["enhancement"]
body: body:

View File

@ -1,5 +1,5 @@
name: Hyprland / Wayland Issue name: Hyprland / Wayland Issue
about: Compositor-specific issues (window positioning, popout math, Waybar, multi-monitor) description: Compositor-specific issues (window positioning, popout math, Waybar, multi-monitor)
title: "[HYPR] " title: "[HYPR] "
labels: ["hyprland", "wayland"] labels: ["hyprland", "wayland"]
body: body:

View File

@ -1,5 +1,5 @@
name: Performance Issue name: Performance Issue
about: Slowdowns, lag, high memory/CPU, UI freezes (distinct from broken features) description: Slowdowns, lag, high memory/CPU, UI freezes (distinct from broken features)
title: "[PERF] " title: "[PERF] "
labels: ["performance"] labels: ["performance"]
body: body:

View File

@ -1,5 +1,5 @@
name: Site Support Request name: Site Support Request
about: Request support for a new booru backend description: Request support for a new booru backend
title: "[SITE] " title: "[SITE] "
labels: ["site-support"] labels: ["site-support"]
body: body:

View File

@ -1,5 +1,5 @@
name: Theme Submission name: Theme Submission
about: Submit a palette for inclusion description: Submit a palette for inclusion
title: "[THEME] " title: "[THEME] "
labels: ["theme"] labels: ["theme"]
body: body:

View File

@ -1,5 +1,5 @@
name: UX Feedback name: UX Feedback
about: Non-bug UX suggestions, workflow friction, small polish description: Non-bug UX suggestions, workflow friction, small polish
title: "[UX] " title: "[UX] "
labels: ["ux"] labels: ["ux"]
body: body: