1
1
mirror of https://github.com/mawww/kakoune.git synced 2024-08-17 08:40:37 +03:00
kakoune/.github/ISSUE_TEMPLATE/bug_report.yml
2021-09-13 12:09:36 +03:00

57 lines
2.1 KiB
YAML

name: Bug report
description: Report an unexpected behaviour with the editor
labels: bug
title: "[BUG] "
body:
- type: markdown
attributes:
value: |
Please make sure to [search issues](https://github.com/mawww/kakoune/issues?q=is%3Aissue) before creating a new one, to avoid duplicates and centralise conversations.
If you need to have a question about the editor itself (options, behaviour, code…) answered, make sure to check the [documentation](https://github.com/mawww/kakoune/tree/master/doc/pages) (also available via the `doc` command in the editor) or drop by [IRC](https://web.libera.chat/?channels=#kakoune) to get instant feedback.
- 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
- type: textarea
attributes:
label: "Additional information"
description: "Any other information that may be relevant to diagnosing the issue should be documented here"
placeholder: |
Examples of relevant information:
* What OS and distribution are you using?
* Are you running an experimental branch (i.e. not `master`)?
* Is the issue reproducible in other terminals?
validations:
required: false