Skip to content

Commit

Permalink
Update bug_report template
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-tennert authored Oct 2, 2024
1 parent 21a7779 commit 0c87572
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,16 @@ body:
id: version
attributes:
label: Version(s)
description: which supabase-kt versions are affected
placeholder: 0.9.3
description: Which supabase-kt versions are affected
placeholder: 3.0.0
validations:
required: true
- type: input
id: target
attributes:
label: Kotlin Target(s) and their respective versions
description: which kotlin targets are affected
placeholder: JVM 17 and Android 14
description: Which Kotlin targets are affected
placeholder: JVM 17, ioS 16 and Android 14
validations:
required: true
- type: textarea
Expand Down

0 comments on commit 0c87572

Please sign in to comment.