mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-24 09:05:48 -04:00
issue-template: add input-field for TERM
This commit is contained in:
parent
f64cc04fe6
commit
713d8d59fb
1 changed files with 8 additions and 0 deletions
|
|
@ -18,6 +18,14 @@ body:
|
||||||
placeholder: "foot version: 1.17.2-11-gc4f13809 (May 20 2024, branch 'master') +pgo +ime +graphemes -assertions"
|
placeholder: "foot version: 1.17.2-11-gc4f13809 (May 20 2024, branch 'master') +pgo +ime +graphemes -assertions"
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
- type: input
|
||||||
|
id: term
|
||||||
|
attributes:
|
||||||
|
label: TERM environment variable
|
||||||
|
description: "The output of `echo $TERM`"
|
||||||
|
placeholder: "foot"
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
- type: input
|
- type: input
|
||||||
id: compositor
|
id: compositor
|
||||||
attributes:
|
attributes:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue