.github/ISSUE_TEMPLATE: use textarea for "Expected behaviour"

This aligns this field with all the other similar free-text ones.
This commit is contained in:
ash 2026-03-13 21:07:27 +00:00
commit a1f6435a13
3 changed files with 3 additions and 3 deletions

View file

@ -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"

View file

@ -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"

View file

@ -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"