diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index a0531f66..58a89d3a 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -28,7 +28,7 @@ body: attributes: label: macOS version description: Which macOS version are you using? - placeholder: "12.0" + placeholder: "13.0" validations: required: true - type: input @@ -36,7 +36,7 @@ body: attributes: label: Package version description: Which package version are you using? - placeholder: "0.1.0" + placeholder: "1.0.5" validations: required: true - type: input @@ -44,6 +44,6 @@ body: attributes: label: Xcode version description: Which version of Xcode are you using? - placeholder: "14.3.0" + placeholder: "15.0.0" validations: required: true