Skip to content

Commit

Permalink
chore: Add Xcode version to bug template (#3976)
Browse files Browse the repository at this point in the history
  • Loading branch information
philipphofmann authored May 16, 2024
1 parent 853d797 commit 2b9e267
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 2b9e267

Please sign in to comment.