Skip to content

Commit c5232ea

Browse files
chore: Bug template ask for previous versions (#3456)
Ask if it worked on previous version in the bug template, as we ask that question frequently.
1 parent 556c407 commit c5232ea

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,18 @@ body:
5050
attributes:
5151
label: Version
5252
description: Which version of sentry-cocoa do you use?
53-
placeholder: 7.7.0 ← should look like this
53+
placeholder: 8.15.0 ← should look like this
5454
validations:
5555
required: true
5656

57+
- type: input
58+
id: previous-versions
59+
attributes:
60+
label: Did it work on previous versions?
61+
description: If yes, which ones?
62+
validations:
63+
required: false
64+
5765
- type: textarea
5866
id: repro
5967
attributes:

0 commit comments

Comments
 (0)