From 2b9e267bed9a82a1f7009846cfb10bf27840b836 Mon Sep 17 00:00:00 2001 From: Philipp Hofmann Date: Thu, 16 May 2024 11:17:44 +0200 Subject: [PATCH] chore: Add Xcode version to bug template (#3976) --- .github/ISSUE_TEMPLATE/bug.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index e60a3aeff36..6502011f093 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -54,6 +54,15 @@ body: validations: required: true + - type: input + id: xcode-version + attributes: + label: Xcode Version + description: Which version of Xcode do you use? + placeholder: 15.4 ← should look like this + validations: + required: true + - type: input id: previous-versions attributes: