From a1deba92cc39b02d69aff3a79aeeddf2f4bdf13b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oskar=20Dudzi=C5=84ski?= <56404247+oskvr37@users.noreply.github.com> Date: Wed, 8 Apr 2026 12:55:49 +0200 Subject: [PATCH] Add tiddl version field to bug report template Added a field for specifying the installed tiddl version. --- .github/ISSUE_TEMPLATE/bug_report.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index bdadfa7..249da7d 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -43,6 +43,12 @@ body: - Windows - Linux - MacOS + - type: textarea + id: tiddl + attributes: + label: tiddl version + description: tiddl version you have installed + render: shell - type: textarea id: logs attributes: