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