rainbow-delimiters.nvim/.github/ISSUE_TEMPLATE/bug-report.yml
HiPhish dd1156723e Fix GitHub issue template
Setting the `render` property on the description field turns it into a
code block.  I do not want this, I want a regular flow of prose text.
2024-05-11 09:43:22 +02:00

34 lines
1,020 B
YAML

name: Bug Report
description: File a bug report
title: "[Bug]: "
labels: ["bug"]
assignees:
- "HiPhish"
body:
- type: 'input'
attributes:
label: 'Neovim version'
description: 'Version of your Neovim'
placeholder: '0.0.0'
- type: 'input'
attributes:
label: 'Language affected'
description: 'Leave empty if you experience the issue with any file type.'
placeholder: 'Lua'
- type: 'input'
attributes:
label: 'Query'
description: 'Leave empty if the issue is not tied to a specific query.'
placeholder: 'rainbow-delimiters'
- type: 'input'
attributes:
label: 'Strategy'
description: 'Leave empty if the issue is not tied to a specific strategy.'
placeholder: 'global'
- type: 'textarea'
attributes:
label: 'Description'
description: |
Please describe the bug in detail here. If possible provide a minimal
code sample which replicates the issue
placeholder: 'print((("Hello world!")))'