From 5880f10ea70eaf43dff9654a6e341307b762a06c Mon Sep 17 00:00:00 2001 From: Benny Megidish Date: Thu, 19 Dec 2024 16:14:29 +0200 Subject: [PATCH] chore: update bug report template --- .github/ISSUE_TEMPLATE/bug_report.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 445dac4..6b18bb6 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -17,7 +17,15 @@ body: What version of Fabrication Toolkit are you using? Note: Please only report issues for currently supported versions of Fabrication Toolkit. - placeholder: 4.0.0 + validations: + required: true +- type: input + attributes: + label: KiCad Version + description: | + What version of KiCad are you using? + + Note: Please only report issues for currently supported versions of KiCad. validations: required: true - type: dropdown