Files
tiddl/.github/ISSUE_TEMPLATE/bug_report.yaml
T
Oskar Dudziński 1a78d875fa 📝 Added Python 3.15
2026-05-05 21:13:48 +02:00

60 lines
1.3 KiB
YAML

name: Bug Report
description: File a bug report.
title: "🐛 "
labels: ["bug"]
assignees:
- oskvr37
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report!
- type: textarea
id: command
attributes:
label: What command was used?
placeholder: tiddl
render: shell
- type: textarea
id: what-happened
attributes:
label: What happened?
description: Also tell us, what did you expect to happen?
placeholder: Tell us what you see!
validations:
required: true
- type: dropdown
id: python
attributes:
label: Python version
description: What version of Python are you using?
options:
- 3.13
- 3.14
- 3.15
default: 0
validations:
required: true
- type: dropdown
id: os
attributes:
label: What operating system are you using?
multiple: true
options:
- Windows
- Linux
- MacOS
- type: textarea
id: tiddl
attributes:
label: tiddl version
description: tiddl version you have installed
render: shell
- type: textarea
id: logs
attributes:
label: Relevant log output
description: Please copy and paste any relevant log output from `./tiddl/latest.log`.
render: shell