Convert bug report template to YAML format

Updated bug report template to YAML format with improved structure and additional fields.
This commit is contained in:
Oskar Dudziński
2025-11-10 18:56:51 +01:00
committed by GitHub
parent 3b9c089d01
commit a567fffc69
2 changed files with 52 additions and 22 deletions
-22
View File
@@ -1,22 +0,0 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: bug
assignees: oskvr37
---
**Describe the bug**
Describe what happened.
**To Reproduce**
What command was used?
**Screenshots**
If applicable, add screenshots to help explain your problem.
**Software (please complete the following information):**
- tiddl version: [e.g. v2.0.1]
- python version: [e.g. 3.11]
- OS: [e.g. Linux, Windows, iOS]
+52
View File
@@ -0,0 +1,52 @@
name: Bug Report
description: File a bug report.
title: "🐛 "
labels: ["bug"]
assignees:
- oskvr37
type: bug
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
- 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
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: logs
attributes:
label: Relevant log output
description: Please copy and paste any relevant log output from `./tiddl/latest.log`.
render: shell