From c91326bf4b5eb783da495b34ef59f4ad95f1d4f0 Mon Sep 17 00:00:00 2001 From: pax Date: Fri, 10 Apr 2026 22:58:35 -0500 Subject: [PATCH] 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. --- .github/ISSUE_TEMPLATE/bug_report.yaml | 2 +- .github/ISSUE_TEMPLATE/docs.yaml | 2 +- .github/ISSUE_TEMPLATE/feature_request.yaml | 2 +- .github/ISSUE_TEMPLATE/hyprland_wayland.yaml | 2 +- .github/ISSUE_TEMPLATE/performance.yaml | 2 +- .github/ISSUE_TEMPLATE/site_support.yaml | 2 +- .github/ISSUE_TEMPLATE/theme_submission.yaml | 2 +- .github/ISSUE_TEMPLATE/ux_feedback.yaml | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 81a6a33..c6d26db 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -1,5 +1,5 @@ name: Bug Report -about: Something broken or misbehaving +description: Something broken or misbehaving title: "[BUG] " labels: ["bug"] body: diff --git a/.github/ISSUE_TEMPLATE/docs.yaml b/.github/ISSUE_TEMPLATE/docs.yaml index 1792859..c0b68b6 100644 --- a/.github/ISSUE_TEMPLATE/docs.yaml +++ b/.github/ISSUE_TEMPLATE/docs.yaml @@ -1,5 +1,5 @@ name: Documentation Issue -about: Typos, unclear sections, missing docs, broken links +description: Typos, unclear sections, missing docs, broken links title: "[DOCS] " labels: ["documentation"] body: diff --git a/.github/ISSUE_TEMPLATE/feature_request.yaml b/.github/ISSUE_TEMPLATE/feature_request.yaml index 03db644..2aa6f6f 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yaml +++ b/.github/ISSUE_TEMPLATE/feature_request.yaml @@ -1,5 +1,5 @@ name: Feature Request -about: Suggest a new feature or enhancement +description: Suggest a new feature or enhancement title: "[FEAT] " labels: ["enhancement"] body: diff --git a/.github/ISSUE_TEMPLATE/hyprland_wayland.yaml b/.github/ISSUE_TEMPLATE/hyprland_wayland.yaml index ff414af..5c35bae 100644 --- a/.github/ISSUE_TEMPLATE/hyprland_wayland.yaml +++ b/.github/ISSUE_TEMPLATE/hyprland_wayland.yaml @@ -1,5 +1,5 @@ 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] " labels: ["hyprland", "wayland"] body: diff --git a/.github/ISSUE_TEMPLATE/performance.yaml b/.github/ISSUE_TEMPLATE/performance.yaml index 127133b..ba64c24 100644 --- a/.github/ISSUE_TEMPLATE/performance.yaml +++ b/.github/ISSUE_TEMPLATE/performance.yaml @@ -1,5 +1,5 @@ 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] " labels: ["performance"] body: diff --git a/.github/ISSUE_TEMPLATE/site_support.yaml b/.github/ISSUE_TEMPLATE/site_support.yaml index b2cb9eb..ecf6b79 100644 --- a/.github/ISSUE_TEMPLATE/site_support.yaml +++ b/.github/ISSUE_TEMPLATE/site_support.yaml @@ -1,5 +1,5 @@ name: Site Support Request -about: Request support for a new booru backend +description: Request support for a new booru backend title: "[SITE] " labels: ["site-support"] body: diff --git a/.github/ISSUE_TEMPLATE/theme_submission.yaml b/.github/ISSUE_TEMPLATE/theme_submission.yaml index 217881d..8c5ecab 100644 --- a/.github/ISSUE_TEMPLATE/theme_submission.yaml +++ b/.github/ISSUE_TEMPLATE/theme_submission.yaml @@ -1,5 +1,5 @@ name: Theme Submission -about: Submit a palette for inclusion +description: Submit a palette for inclusion title: "[THEME] " labels: ["theme"] body: diff --git a/.github/ISSUE_TEMPLATE/ux_feedback.yaml b/.github/ISSUE_TEMPLATE/ux_feedback.yaml index 34fd65c..6b1975e 100644 --- a/.github/ISSUE_TEMPLATE/ux_feedback.yaml +++ b/.github/ISSUE_TEMPLATE/ux_feedback.yaml @@ -1,5 +1,5 @@ name: UX Feedback -about: Non-bug UX suggestions, workflow friction, small polish +description: Non-bug UX suggestions, workflow friction, small polish title: "[UX] " labels: ["ux"] body: