Skip to content

Commit 9fa05eb

Browse files
authored
chore: Update dropdown options in bug report template PT
1 parent c7af434 commit 9fa05eb

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.github/ISSUE_TEMPLATE/FormBugReportPT.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ body:
1717
label: "Versão RAL:"
1818
description: "Informe a versão do componente onde ocorre o problema."
1919
options:
20+
- 0.12.x
2021
- 1.0
2122
validations:
2223
required: true
@@ -26,8 +27,9 @@ body:
2627
label: "IDE:"
2728
description: "Informe a IDE usada."
2829
options:
29-
- Delphi 12+ Athens
30-
- Delphi 11.3 Alexandria
30+
- Delphi 13.x Florence
31+
- Delphi 12.x Athens
32+
- Delphi 11.x Alexandria
3133
- Delphi 10.4 Sydney
3234
- Delphi 10.3 Rio
3335
- Delphi 10.2 Tokyo
@@ -47,8 +49,9 @@ body:
4749
- Delphi 2007
4850
- Delphi 2006
4951
- Delphi 7
50-
- Lazarus 3.0 - 3.2+
51-
- Lazarus 2.0 - 2.2.6
52+
- Lazarus 4.0 - 4.x
53+
- Lazarus 3.0 - 3.x
54+
- Lazarus 2.0 - 2.x
5255
- Lazarus < 2.0
5356
validations:
5457
required: true

0 commit comments

Comments
 (0)