From a1f6435a1378d8230c347d4087582fcf0bda18a5 Mon Sep 17 00:00:00 2001 From: ash Date: Fri, 13 Mar 2026 21:07:27 +0000 Subject: [PATCH] .github/ISSUE_TEMPLATE: use textarea for "Expected behaviour" This aligns this field with all the other similar free-text ones. --- .github/ISSUE_TEMPLATE/01_bug_report.yml | 2 +- .github/ISSUE_TEMPLATE/02_bug_report_darwin.yml | 2 +- .github/ISSUE_TEMPLATE/03_bug_report_nixos.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/01_bug_report.yml b/.github/ISSUE_TEMPLATE/01_bug_report.yml index 1781988c7907..860a54c94a74 100644 --- a/.github/ISSUE_TEMPLATE/01_bug_report.yml +++ b/.github/ISSUE_TEMPLATE/01_bug_report.yml @@ -54,7 +54,7 @@ body: description: "Please include a step-by-step guide for reproducing this issue. Consider writing in concise, numbered bullet points to ensure that Nixpkgs developers can retrace your steps." validations: required: true - - type: "input" + - type: "textarea" id: "expected-behaviour" attributes: label: "Expected behaviour" diff --git a/.github/ISSUE_TEMPLATE/02_bug_report_darwin.yml b/.github/ISSUE_TEMPLATE/02_bug_report_darwin.yml index bfc2f0c79e0b..22ab5035ff6b 100644 --- a/.github/ISSUE_TEMPLATE/02_bug_report_darwin.yml +++ b/.github/ISSUE_TEMPLATE/02_bug_report_darwin.yml @@ -54,7 +54,7 @@ body: description: "Please include a step-by-step guide for reproducing this issue. Consider writing in concise, numbered bullet points to ensure that Nixpkgs developers can retrace your steps." validations: required: true - - type: "input" + - type: "textarea" id: "expected-behaviour" attributes: label: "Expected behaviour" diff --git a/.github/ISSUE_TEMPLATE/03_bug_report_nixos.yml b/.github/ISSUE_TEMPLATE/03_bug_report_nixos.yml index 5097ad941757..7922c4508455 100644 --- a/.github/ISSUE_TEMPLATE/03_bug_report_nixos.yml +++ b/.github/ISSUE_TEMPLATE/03_bug_report_nixos.yml @@ -54,7 +54,7 @@ body: description: "Please include a step-by-step guide for reproducing this issue. Consider writing in concise, numbered bullet points to ensure that Nixpkgs developers can retrace your steps." validations: required: true - - type: "input" + - type: "textarea" id: "expected-behaviour" attributes: label: "Expected behaviour"