Skip to content

Commit 756c221

Browse files
authored
Update bug.yml (#839)
1 parent 2ac1a22 commit 756c221

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ body:
4747
id: os-name
4848
attributes:
4949
label: Which Operating System are you using?
50-
multiple: false
50+
multiple: true
5151
options:
5252
- 'Windows'
5353
- 'MacOS'
@@ -59,8 +59,11 @@ body:
5959
id: dpf-server-version
6060
attributes:
6161
label: Which DPF/Ansys version are you using?
62-
multiple: false
62+
multiple: true
6363
options:
64+
- 'Ansys 2026 R1'
65+
- 'Ansys 2025 R2'
66+
- 'Ansys 2025 R1'
6467
- 'DPF Server 2025.1.pre0'
6568
- 'Ansys 2024 R2'
6669
- 'DPF Server 2024.2.pre1'
@@ -83,14 +86,15 @@ body:
8386
attributes:
8487
label: Which Python version are you using?
8588
description: Run `python --version` to verify your Python version
86-
multiple: false
89+
multiple: true
8790
options:
88-
- '3.7'
89-
- '3.8'
90-
- '3.9'
91-
- '3.10'
92-
- '3.11'
91+
- '3.13'
9392
- '3.12'
93+
- '3.11'
94+
- '3.10'
95+
- '3.9'
96+
- '3.8'
97+
- '3.7'
9498
validations:
9599
required: true
96100

0 commit comments

Comments
 (0)