From e7d685d1e7a7ffd4bcae888b785db948d01cfb8a Mon Sep 17 00:00:00 2001 From: Vaxry Date: Mon, 27 Jul 2026 18:04:00 +0200 Subject: [PATCH] github: improve templates --- .../DISCUSSION_TEMPLATE/bugs-cmake-meson-nix.yml | 14 ++++++-------- .github/DISCUSSION_TEMPLATE/bugs-config.yml | 14 ++++++-------- .github/DISCUSSION_TEMPLATE/bugs-crashes.yml | 14 ++++++-------- .github/DISCUSSION_TEMPLATE/bugs-drm.yml | 14 ++++++-------- .github/DISCUSSION_TEMPLATE/bugs-input.yml | 14 ++++++-------- .github/DISCUSSION_TEMPLATE/bugs-ipc-plugins.yml | 14 ++++++-------- .github/DISCUSSION_TEMPLATE/bugs-layout.yml | 14 ++++++-------- .github/DISCUSSION_TEMPLATE/bugs-other.yml | 14 ++++++-------- .github/DISCUSSION_TEMPLATE/bugs-performance.yml | 14 ++++++-------- .github/DISCUSSION_TEMPLATE/bugs-renderer.yml | 14 ++++++-------- .../DISCUSSION_TEMPLATE/bugs-window-management.yml | 14 ++++++-------- .github/DISCUSSION_TEMPLATE/bugs-xwayland.yml | 14 ++++++-------- .github/DISCUSSION_TEMPLATE/bugs.yml | 14 ++++++-------- 13 files changed, 78 insertions(+), 104 deletions(-) diff --git a/.github/DISCUSSION_TEMPLATE/bugs-cmake-meson-nix.yml b/.github/DISCUSSION_TEMPLATE/bugs-cmake-meson-nix.yml index 2b3761591..e4d31c42c 100644 --- a/.github/DISCUSSION_TEMPLATE/bugs-cmake-meson-nix.yml +++ b/.github/DISCUSSION_TEMPLATE/bugs-cmake-meson-nix.yml @@ -14,15 +14,13 @@ body: v0.xx.x validations: required: true - - type: dropdown + - type: input attributes: - label: Is this a regression? (used to work, doesn't anymore) - multiple: false - options: - - Yes - - No - validations: - required: true + label: Is this a regression? + description: | + A regression means something used to work, but doesn't anymore. When did it work? + placeholder: | + Yes, used to work in 0.xx / No / Don't know... - type: textarea attributes: label: What's the bug? diff --git a/.github/DISCUSSION_TEMPLATE/bugs-config.yml b/.github/DISCUSSION_TEMPLATE/bugs-config.yml index 2b3761591..e4d31c42c 100644 --- a/.github/DISCUSSION_TEMPLATE/bugs-config.yml +++ b/.github/DISCUSSION_TEMPLATE/bugs-config.yml @@ -14,15 +14,13 @@ body: v0.xx.x validations: required: true - - type: dropdown + - type: input attributes: - label: Is this a regression? (used to work, doesn't anymore) - multiple: false - options: - - Yes - - No - validations: - required: true + label: Is this a regression? + description: | + A regression means something used to work, but doesn't anymore. When did it work? + placeholder: | + Yes, used to work in 0.xx / No / Don't know... - type: textarea attributes: label: What's the bug? diff --git a/.github/DISCUSSION_TEMPLATE/bugs-crashes.yml b/.github/DISCUSSION_TEMPLATE/bugs-crashes.yml index 2b3761591..e4d31c42c 100644 --- a/.github/DISCUSSION_TEMPLATE/bugs-crashes.yml +++ b/.github/DISCUSSION_TEMPLATE/bugs-crashes.yml @@ -14,15 +14,13 @@ body: v0.xx.x validations: required: true - - type: dropdown + - type: input attributes: - label: Is this a regression? (used to work, doesn't anymore) - multiple: false - options: - - Yes - - No - validations: - required: true + label: Is this a regression? + description: | + A regression means something used to work, but doesn't anymore. When did it work? + placeholder: | + Yes, used to work in 0.xx / No / Don't know... - type: textarea attributes: label: What's the bug? diff --git a/.github/DISCUSSION_TEMPLATE/bugs-drm.yml b/.github/DISCUSSION_TEMPLATE/bugs-drm.yml index 2b3761591..e4d31c42c 100644 --- a/.github/DISCUSSION_TEMPLATE/bugs-drm.yml +++ b/.github/DISCUSSION_TEMPLATE/bugs-drm.yml @@ -14,15 +14,13 @@ body: v0.xx.x validations: required: true - - type: dropdown + - type: input attributes: - label: Is this a regression? (used to work, doesn't anymore) - multiple: false - options: - - Yes - - No - validations: - required: true + label: Is this a regression? + description: | + A regression means something used to work, but doesn't anymore. When did it work? + placeholder: | + Yes, used to work in 0.xx / No / Don't know... - type: textarea attributes: label: What's the bug? diff --git a/.github/DISCUSSION_TEMPLATE/bugs-input.yml b/.github/DISCUSSION_TEMPLATE/bugs-input.yml index 2b3761591..e4d31c42c 100644 --- a/.github/DISCUSSION_TEMPLATE/bugs-input.yml +++ b/.github/DISCUSSION_TEMPLATE/bugs-input.yml @@ -14,15 +14,13 @@ body: v0.xx.x validations: required: true - - type: dropdown + - type: input attributes: - label: Is this a regression? (used to work, doesn't anymore) - multiple: false - options: - - Yes - - No - validations: - required: true + label: Is this a regression? + description: | + A regression means something used to work, but doesn't anymore. When did it work? + placeholder: | + Yes, used to work in 0.xx / No / Don't know... - type: textarea attributes: label: What's the bug? diff --git a/.github/DISCUSSION_TEMPLATE/bugs-ipc-plugins.yml b/.github/DISCUSSION_TEMPLATE/bugs-ipc-plugins.yml index 2b3761591..e4d31c42c 100644 --- a/.github/DISCUSSION_TEMPLATE/bugs-ipc-plugins.yml +++ b/.github/DISCUSSION_TEMPLATE/bugs-ipc-plugins.yml @@ -14,15 +14,13 @@ body: v0.xx.x validations: required: true - - type: dropdown + - type: input attributes: - label: Is this a regression? (used to work, doesn't anymore) - multiple: false - options: - - Yes - - No - validations: - required: true + label: Is this a regression? + description: | + A regression means something used to work, but doesn't anymore. When did it work? + placeholder: | + Yes, used to work in 0.xx / No / Don't know... - type: textarea attributes: label: What's the bug? diff --git a/.github/DISCUSSION_TEMPLATE/bugs-layout.yml b/.github/DISCUSSION_TEMPLATE/bugs-layout.yml index 2b3761591..e4d31c42c 100644 --- a/.github/DISCUSSION_TEMPLATE/bugs-layout.yml +++ b/.github/DISCUSSION_TEMPLATE/bugs-layout.yml @@ -14,15 +14,13 @@ body: v0.xx.x validations: required: true - - type: dropdown + - type: input attributes: - label: Is this a regression? (used to work, doesn't anymore) - multiple: false - options: - - Yes - - No - validations: - required: true + label: Is this a regression? + description: | + A regression means something used to work, but doesn't anymore. When did it work? + placeholder: | + Yes, used to work in 0.xx / No / Don't know... - type: textarea attributes: label: What's the bug? diff --git a/.github/DISCUSSION_TEMPLATE/bugs-other.yml b/.github/DISCUSSION_TEMPLATE/bugs-other.yml index 2b3761591..e4d31c42c 100644 --- a/.github/DISCUSSION_TEMPLATE/bugs-other.yml +++ b/.github/DISCUSSION_TEMPLATE/bugs-other.yml @@ -14,15 +14,13 @@ body: v0.xx.x validations: required: true - - type: dropdown + - type: input attributes: - label: Is this a regression? (used to work, doesn't anymore) - multiple: false - options: - - Yes - - No - validations: - required: true + label: Is this a regression? + description: | + A regression means something used to work, but doesn't anymore. When did it work? + placeholder: | + Yes, used to work in 0.xx / No / Don't know... - type: textarea attributes: label: What's the bug? diff --git a/.github/DISCUSSION_TEMPLATE/bugs-performance.yml b/.github/DISCUSSION_TEMPLATE/bugs-performance.yml index 2b3761591..e4d31c42c 100644 --- a/.github/DISCUSSION_TEMPLATE/bugs-performance.yml +++ b/.github/DISCUSSION_TEMPLATE/bugs-performance.yml @@ -14,15 +14,13 @@ body: v0.xx.x validations: required: true - - type: dropdown + - type: input attributes: - label: Is this a regression? (used to work, doesn't anymore) - multiple: false - options: - - Yes - - No - validations: - required: true + label: Is this a regression? + description: | + A regression means something used to work, but doesn't anymore. When did it work? + placeholder: | + Yes, used to work in 0.xx / No / Don't know... - type: textarea attributes: label: What's the bug? diff --git a/.github/DISCUSSION_TEMPLATE/bugs-renderer.yml b/.github/DISCUSSION_TEMPLATE/bugs-renderer.yml index 2b3761591..e4d31c42c 100644 --- a/.github/DISCUSSION_TEMPLATE/bugs-renderer.yml +++ b/.github/DISCUSSION_TEMPLATE/bugs-renderer.yml @@ -14,15 +14,13 @@ body: v0.xx.x validations: required: true - - type: dropdown + - type: input attributes: - label: Is this a regression? (used to work, doesn't anymore) - multiple: false - options: - - Yes - - No - validations: - required: true + label: Is this a regression? + description: | + A regression means something used to work, but doesn't anymore. When did it work? + placeholder: | + Yes, used to work in 0.xx / No / Don't know... - type: textarea attributes: label: What's the bug? diff --git a/.github/DISCUSSION_TEMPLATE/bugs-window-management.yml b/.github/DISCUSSION_TEMPLATE/bugs-window-management.yml index 2b3761591..e4d31c42c 100644 --- a/.github/DISCUSSION_TEMPLATE/bugs-window-management.yml +++ b/.github/DISCUSSION_TEMPLATE/bugs-window-management.yml @@ -14,15 +14,13 @@ body: v0.xx.x validations: required: true - - type: dropdown + - type: input attributes: - label: Is this a regression? (used to work, doesn't anymore) - multiple: false - options: - - Yes - - No - validations: - required: true + label: Is this a regression? + description: | + A regression means something used to work, but doesn't anymore. When did it work? + placeholder: | + Yes, used to work in 0.xx / No / Don't know... - type: textarea attributes: label: What's the bug? diff --git a/.github/DISCUSSION_TEMPLATE/bugs-xwayland.yml b/.github/DISCUSSION_TEMPLATE/bugs-xwayland.yml index 2b3761591..e4d31c42c 100644 --- a/.github/DISCUSSION_TEMPLATE/bugs-xwayland.yml +++ b/.github/DISCUSSION_TEMPLATE/bugs-xwayland.yml @@ -14,15 +14,13 @@ body: v0.xx.x validations: required: true - - type: dropdown + - type: input attributes: - label: Is this a regression? (used to work, doesn't anymore) - multiple: false - options: - - Yes - - No - validations: - required: true + label: Is this a regression? + description: | + A regression means something used to work, but doesn't anymore. When did it work? + placeholder: | + Yes, used to work in 0.xx / No / Don't know... - type: textarea attributes: label: What's the bug? diff --git a/.github/DISCUSSION_TEMPLATE/bugs.yml b/.github/DISCUSSION_TEMPLATE/bugs.yml index 2b3761591..e4d31c42c 100644 --- a/.github/DISCUSSION_TEMPLATE/bugs.yml +++ b/.github/DISCUSSION_TEMPLATE/bugs.yml @@ -14,15 +14,13 @@ body: v0.xx.x validations: required: true - - type: dropdown + - type: input attributes: - label: Is this a regression? (used to work, doesn't anymore) - multiple: false - options: - - Yes - - No - validations: - required: true + label: Is this a regression? + description: | + A regression means something used to work, but doesn't anymore. When did it work? + placeholder: | + Yes, used to work in 0.xx / No / Don't know... - type: textarea attributes: label: What's the bug?