mirror of
https://github.com/quorafind/Obsidian-Float-Search.git
synced 2026-07-22 07:30:25 +00:00
43 lines
1.3 KiB
YAML
43 lines
1.3 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: input
|
|
id: obsi-version
|
|
attributes:
|
|
label: Obsidian Version
|
|
description: You can find the version in the *About* Tab of the settings.
|
|
placeholder: 0.13.19
|
|
validations:
|
|
required: true
|
|
- type: checkboxes
|
|
id: checklist
|
|
attributes:
|
|
label: Checklist
|
|
options:
|
|
- label: I updated to the latest version of the plugin.
|
|
required: true
|
|
|