mirror of
https://github.com/shumadrid/obsidian-git-changelog.git
synced 2026-07-22 05:42:16 +00:00
71 lines
2.2 KiB
YAML
71 lines
2.2 KiB
YAML
name: Bug report
|
|
description: Report a bug and help improve the plugin
|
|
title: '[BUG] Short description of the bug'
|
|
labels: bug
|
|
assignees: shumadrid
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
## Bug report
|
|
- type: textarea
|
|
attributes:
|
|
label: Description
|
|
description: A clear and concise description of the bug. Include any relevant details.
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: Steps to Reproduce
|
|
description: Provide a step-by-step description.
|
|
value: |
|
|
1. Go to '...'
|
|
2. Click on '...'
|
|
3. Notice that '...'
|
|
...
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: Expected Behavior
|
|
description: What did you expect to happen?
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: Actual Behavior
|
|
description: What actually happened? Include error messages if available.
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: Environment Information
|
|
description: Environment Information
|
|
value: |
|
|
- **Plugin Version**: [e.g., 1.0.0]
|
|
- **Obsidian Version**: [e.g., v1.3.2]
|
|
- **Operating System**: [e.g., Windows 10]
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: Attachments
|
|
description: Required for bug reproduction
|
|
value: |
|
|
- Please attach a video showing the bug. It is not mandatory, but might be very helpful to speed up the bug fix
|
|
- Please attach a sample vault where the bug can be reproduced. It is not mandatory, but might be very helpful to speed up the bug fix
|
|
validations:
|
|
required: true
|
|
- type: checkboxes
|
|
attributes:
|
|
label: Confirmations
|
|
description: Ensure the following conditions are met
|
|
options:
|
|
- label: I attached a video showing the bug, or it is not necessary
|
|
required: true
|
|
- label: I attached a sample vault where the bug can be reproduced, or it is not necessary
|
|
required: true
|
|
- label: I have tested the bug with the latest version of the plugin
|
|
required: true
|
|
- label: I have checked GitHub for existing bugs
|
|
required: true
|