mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
.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:
parent
41484006a2
commit
a1f6435a13
3 changed files with 3 additions and 3 deletions
2
.github/ISSUE_TEMPLATE/01_bug_report.yml
vendored
2
.github/ISSUE_TEMPLATE/01_bug_report.yml
vendored
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue