1
1
mirror of https://github.com/mawww/kakoune.git synced 2024-08-17 00:30:26 +03:00

github bug_report: Additional information field

This commit is contained in:
Frank LENORMAND 2021-09-13 11:08:08 +03:00
parent 156b5a5e29
commit 6d38f9e63d

View File

@ -34,3 +34,16 @@ body:
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