Skip to content

Commit

Permalink
another try to fix the bug template
Browse files Browse the repository at this point in the history
  • Loading branch information
robstoll authored Oct 23, 2021
1 parent 5a0935d commit edce329
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ body:
attributes:
label: Affected Version
description: What version of Atrium are you running?
placeholder: 0.16.0
placeholder: "0.16.0"
validations:
required: true
- type: dropdown
Expand All @@ -37,7 +37,7 @@ body:
attributes:
label: Kotlin Version
description: What Kotlin version are you using when running Atrium?
placeholder: 1.5
placeholder: "1.5"
validations:
required: false
- type: textarea
Expand Down

0 comments on commit edce329

Please sign in to comment.