1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-18 09:35:20 +02:00
joplin/.github/ISSUE_TEMPLATE/BUG_REPORT.yml

63 lines
1.8 KiB
YAML
Raw Normal View History

name: Bug Report
description: Report a reproducible bug or regression in Joplin.
2023-11-12 14:51:49 +02:00
labels: ['bug']
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report!
- type: dropdown
id: os
attributes:
label: "Operating system"
multiple: false
options:
- "Windows"
- "macOS"
- "Linux"
- "Android"
- "iOS"
validations:
required: true
- type: input
id: version
attributes:
2023-11-13 13:58:52 +02:00
label: "Joplin version"
2023-12-06 21:11:30 +02:00
placeholder: "For example 1.0.5"
description: Please note that we will close the issue if this is not provided, as we cannot help without the version informatin.
validations:
required: true
- type: textarea
id: desktop-about-content
attributes:
2023-11-13 15:56:45 +02:00
label: "Desktop version info"
description: "If this issue is about the **desktop app**, please open the \"About\" dialog under the \"Help\" or \"Joplin\" menu and copy its content here."
placeholder: "Joplin 2.13.5 (dev, darwin)\n\nClient ID: ..."
- type: textarea
id: current
attributes:
label: Current behaviour
description: What did Joplin do? Include screenshots and video recordings for UI problems if needed. If you are reporting a clipper bug, please include an example URL that shows the issue.
placeholder: |
1. This
2. Then that
3. Then this
4. Etc.
- type: textarea
id: expected
attributes:
label: Expected behaviour
description: What did you expect Joplin to do?
- type: textarea
id: logs
attributes:
label: Logs
description: "If relevant, please provide a log file as described here: https://joplinapp.org/help/apps/debugging"