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:
parent
b1e4efdd0b
commit
c91326bf4b
2
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
2
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
@ -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:
|
||||||
|
|||||||
2
.github/ISSUE_TEMPLATE/docs.yaml
vendored
2
.github/ISSUE_TEMPLATE/docs.yaml
vendored
@ -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:
|
||||||
|
|||||||
2
.github/ISSUE_TEMPLATE/feature_request.yaml
vendored
2
.github/ISSUE_TEMPLATE/feature_request.yaml
vendored
@ -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:
|
||||||
|
|||||||
2
.github/ISSUE_TEMPLATE/hyprland_wayland.yaml
vendored
2
.github/ISSUE_TEMPLATE/hyprland_wayland.yaml
vendored
@ -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:
|
||||||
|
|||||||
2
.github/ISSUE_TEMPLATE/performance.yaml
vendored
2
.github/ISSUE_TEMPLATE/performance.yaml
vendored
@ -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:
|
||||||
|
|||||||
2
.github/ISSUE_TEMPLATE/site_support.yaml
vendored
2
.github/ISSUE_TEMPLATE/site_support.yaml
vendored
@ -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:
|
||||||
|
|||||||
2
.github/ISSUE_TEMPLATE/theme_submission.yaml
vendored
2
.github/ISSUE_TEMPLATE/theme_submission.yaml
vendored
@ -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:
|
||||||
|
|||||||
2
.github/ISSUE_TEMPLATE/ux_feedback.yaml
vendored
2
.github/ISSUE_TEMPLATE/ux_feedback.yaml
vendored
@ -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:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user