From aa535962896a411e06f72a235ca58db0002907db Mon Sep 17 00:00:00 2001 From: sliptonic Date: Tue, 1 Aug 2023 13:35:07 -0500 Subject: [PATCH] Remove the version select in the github issue template. We already ask for the full version info so this is redundant. Also, it requires updating every time there's a new version. --- .github/ISSUE_TEMPLATE/PROBLEM_REPORT.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/PROBLEM_REPORT.yml b/.github/ISSUE_TEMPLATE/PROBLEM_REPORT.yml index eacbe74092..d6baa51307 100644 --- a/.github/ISSUE_TEMPLATE/PROBLEM_REPORT.yml +++ b/.github/ISSUE_TEMPLATE/PROBLEM_REPORT.yml @@ -11,16 +11,6 @@ body: options: - label: I have searched the existing issues required: true - - type: dropdown - id: version - attributes: - label: Version - description: What version of FreeCAD are you running? - options: - - 0.20 (Release) - - 0.21 (Development) - validations: - required: true - type: textarea id: full_version attributes: