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

github bug_report: Migrate template to YAML

This commit is contained in:
Frank LENORMAND 2021-09-13 10:38:58 +03:00
parent b3a1017a26
commit 777d92b2ed
2 changed files with 28 additions and 11 deletions

View File

@ -1,11 +0,0 @@
---
name: Bug report
about: Report an unexpected behaviour with the editor
labels: bug
---
### Steps <!-- how to reproduce the issue? -->
### Outcome <!-- what is the result of the above steps? -->
### Expected <!-- what should have been the result of the above steps? -->

28
.github/ISSUE_TEMPLATE/bug_report.yml vendored Normal file
View File

@ -0,0 +1,28 @@
name: Bug report
description: Report an unexpected behaviour with the editor
labels: bug
title: "[BUG] "
body:
- 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