2021-09-13 09:38:58 +02:00
|
|
|
name: Bug report
|
|
|
|
description: Report an unexpected behaviour with the editor
|
|
|
|
labels: bug
|
|
|
|
title: "[BUG] "
|
|
|
|
body:
|
|
|
|
|
2021-09-13 09:49:25 +02:00
|
|
|
- type: input
|
|
|
|
attributes:
|
|
|
|
label: "Version of Kakoune"
|
|
|
|
description: "If unsure, use the output of command: `kak -version`"
|
|
|
|
placeholder: "v2020.12.31"
|
|
|
|
validations:
|
|
|
|
required: true
|
|
|
|
|
2021-09-13 09:38:58 +02:00
|
|
|
- type: textarea
|
|
|
|
attributes:
|
|
|
|
label: "Reproducer"
|
|
|
|
description: "What are the steps to follow to reproduce the issue?"
|
|
|
|
placeholder: |
|
|
|
|
If any specific configuration or environment settings are required to reproduce the issue, also describe them here.
|
|
|
|
validations:
|
|
|
|
required: true
|
|
|
|
|
|
|
|
- type: textarea
|
|
|
|
attributes:
|
|
|
|
label: "Outcome"
|
|
|
|
description: "What is the outcome of the reproducing steps above?"
|
|
|
|
validations:
|
|
|
|
required: true
|
|
|
|
|
|
|
|
- type: textarea
|
|
|
|
attributes:
|
|
|
|
label: "Expectations"
|
|
|
|
description: "What was the expected outcome of the reproducing steps above?"
|
|
|
|
validations:
|
|
|
|
required: true
|