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] "
|
||||
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
|
||||
attributes:
|
||||
label: "Reproducer"
|
||||
|
|
Loading…
Reference in New Issue
Block a user