Skip to content

Commit

Permalink
Update bug.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jihoonahn authored Oct 10, 2023
1 parent a312c6e commit 9c644a3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,22 +28,22 @@ body:
attributes:
label: macOS version
description: Which macOS version are you using?
placeholder: "12.0"
placeholder: "13.0"
validations:
required: true
- type: input
id: package-version
attributes:
label: Package version
description: Which package version are you using?
placeholder: "0.1.0"
placeholder: "1.0.5"
validations:
required: true
- type: input
id: xcode-version
attributes:
label: Xcode version
description: Which version of Xcode are you using?
placeholder: "14.3.0"
placeholder: "15.0.0"
validations:
required: true

0 comments on commit 9c644a3

Please sign in to comment.