nvim-genghis/.github/ISSUE_TEMPLATE/bug_report.yml

42 lines
1.1 KiB
YAML

name: Bug Report
description: File a bug report
title: "[Bug]: "
labels: ["bug"]
body:
- type: textarea
id: bug-description
attributes:
label: Bug Description
description: A clear and concise description of the bug.
validations:
required: true
- type: textarea
id: screenshot
attributes:
label: Relevant Screenshot
description: If applicable, add screenshots or a screen recording to help explain your problem.
- type: textarea
id: reproduction-steps
attributes:
label: To Reproduce
description: Steps to reproduce the problem
placeholder: |
For example:
1. Go to '...'
2. Click on '...'
3. Scroll down to '...'
- type: textarea
id: version-info
attributes:
label: neovim version
render: Text
validations:
required: true
- type: checkboxes
id: checklist
attributes:
label: Make sure you have done the following
options:
- label: I have updated to the latest version of the plugin.
required: true