Skip to content

Commit

Permalink
chore: Bug template ask for previous versions (#3456)
Browse files Browse the repository at this point in the history
Ask if it worked on previous version in the bug template, as we ask
that question frequently.
  • Loading branch information
philipphofmann authored Nov 29, 2023
1 parent 556c407 commit c5232ea
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,18 @@ body:
attributes:
label: Version
description: Which version of sentry-cocoa do you use?
placeholder: 7.7.0 ← should look like this
placeholder: 8.15.0 ← should look like this
validations:
required: true

- type: input
id: previous-versions
attributes:
label: Did it work on previous versions?
description: If yes, which ones?
validations:
required: false

- type: textarea
id: repro
attributes:
Expand Down

0 comments on commit c5232ea

Please sign in to comment.