mirror of
https://github.com/oskvr37/tiddl.git
synced 2026-06-13 04:05:08 +03:00
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:
@@ -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]
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user