Skip to content

Commit d0ec2a3

Browse files
authored
Fix the compatibility table link in issue template (#929)
* Update bug.yml * Improve bug template
1 parent cf6d308 commit d0ec2a3

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
@@ -16,7 +16,7 @@ body:
1616
label: Before submitting the issue
1717
description: Please, make sure the following conditions are met
1818
options:
19-
- label: I have checked for [Compatibility](https://dpf.docs.pyansys.com/getting_started/compatibility.html#id1) issues
19+
- label: I have checked for [Compatibility](https://dpf.docs.pyansys.com/version/stable/getting_started/compatibility.html#id1) issues
2020
required: true
2121
- label: I have searched among the existing issues
2222
required: true
@@ -46,8 +46,8 @@ body:
4646
- type: dropdown
4747
id: os-name
4848
attributes:
49-
label: Which Operating System are you using?
50-
multiple: false
49+
label: Which Operating System causes the issue?
50+
multiple: true
5151
options:
5252
- 'Windows'
5353
- 'MacOS'
@@ -61,7 +61,8 @@ body:
6161
label: Which DPF/Ansys version are you using?
6262
multiple: false
6363
options:
64-
- 'DPF Server as standalone'
64+
- 'DPF Server 2023.2.pre1'
65+
- 'DPF Server 2023.2.pre0'
6566
- 'Ansys 2023 R1'
6667
- 'Ansys 2022 R2'
6768
- 'Ansys 2022 R1'
@@ -73,14 +74,15 @@ body:
7374
- type: dropdown
7475
id: python-version
7576
attributes:
76-
label: Which Python version are you using?
77+
label: Which Python version causes the issue?
7778
description: Run `python --version` to verify your Python version
78-
multiple: false
79+
multiple: true
7980
options:
8081
- '3.7'
8182
- '3.8'
8283
- '3.9'
8384
- '3.10'
85+
- '3.11'
8486
validations:
8587
required: true
8688

0 commit comments

Comments
 (0)