Skip to content

Commit 2cb1c85

Browse files
authored
Update bug.yml (#2303)
1 parent 3e809f1 commit 2cb1c85

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ body:
6161
label: Which DPF/Ansys version are you using?
6262
multiple: true
6363
options:
64+
- 'Ansys 2026 R1'
65+
- 'Ansys 2025 R2'
6466
- 'DPF Server 2025.2.pre0'
6567
- 'Ansys 2025 R1'
6668
- 'DPF Server 2025.1.pre0'
@@ -87,13 +89,13 @@ body:
8789
description: Run `python --version` to verify your Python version
8890
multiple: true
8991
options:
90-
- '3.7'
91-
- '3.8'
92-
- '3.9'
93-
- '3.10'
94-
- '3.11'
95-
- '3.12'
9692
- '3.13'
93+
- '3.12'
94+
- '3.11'
95+
- '3.10'
96+
- '3.9'
97+
- '3.8'
98+
- '3.7'
9799
validations:
98100
required: true
99101

0 commit comments

Comments
 (0)