mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-09 10:50:07 +08:00
31 lines
866 B
YAML
31 lines
866 B
YAML
|
name: Bug Report
|
||
|
description: File a bug report
|
||
|
title: "[Bug]: "
|
||
|
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.
|