home/.github/ISSUE_TEMPLATE/bug_report.yml

37 lines
1.1 KiB
YAML
Raw Normal View History

name: Bug report
description: Report an unexpected behaviour with the editor
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"
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