From 6d8ffb2bd4dfb23516cf95b5212037e9cd4cfd18 Mon Sep 17 00:00:00 2001 From: Elliot Hillary Date: Fri, 6 Dec 2024 10:37:22 +1100 Subject: [PATCH] Include Delphi version in bug report required fields --- .github/ISSUE_TEMPLATE/bug_report.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index a8db3eb6f..17cd7bfbe 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -26,6 +26,14 @@ body: placeholder: "1.0.0" validations: required: true + - type: input + attributes: + label: Delphi version + description: > + Specify the version of Delphi you are using. + placeholder: "12.2" + validations: + required: true - type: input attributes: label: SonarQube version