github bug_report: Require a Kakoune version
This commit is contained in:
parent
c04391867d
commit
156b5a5e29
8
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
8
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
|
@ -4,6 +4,14 @@ labels: bug
|
||||||
title: "[BUG] "
|
title: "[BUG] "
|
||||||
body:
|
body:
|
||||||
|
|
||||||
|
- type: input
|
||||||
|
attributes:
|
||||||
|
label: "Version of Kakoune"
|
||||||
|
description: "If unsure, use the output of command: `kak -version`"
|
||||||
|
placeholder: "v2020.12.31"
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: "Reproducer"
|
label: "Reproducer"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user