1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 13:10:04 +08:00
SpaceVim/.github/ISSUE_TEMPLATE/bug-report.yml
2023-07-10 17:07:48 +08:00

30 lines
848 B
YAML

name: Bug Report
description: File a bug report
labels: ["bug"]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report!
- type: textarea
id: expected-behavior
attributes:
label: Expected behavior.
description: What is the expected behavior?
validations:
required: true
- type: textarea
id: reproduce-step
attributes:
label: The reproduce ways from Vim starting.
description: The reproduce ways are needed to debug.
placeholder: Tell us what you see!
value: "A bug happened!"
validations:
required: true
- type: textarea
id: SPDebugInfo
attributes:
label: Output of the `:SPDebugInfo!`
description: Please copy and paste the result of :SPDebugInfo! command.