Skip to content

Commit 8751455

Browse files
authored
Ask for Ansys version in bug issue template (#635)
1 parent 4750707 commit 8751455

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,20 @@ body:
5454
- 'Linux'
5555
validations:
5656
required: true
57+
58+
- type: dropdown
59+
id: dpf-server-version
60+
attributes:
61+
label: Which Ansys version are you using?
62+
multiple: false
63+
options:
64+
- 'Ansys 2023 R1'
65+
- 'Ansys 2022 R2'
66+
- 'Ansys 2022 R1'
67+
- 'Ansys 2021 R2'
68+
- 'Ansys 2021 R1'
69+
validations:
70+
required: true
5771

5872
- type: dropdown
5973
id: python-version
@@ -73,7 +87,7 @@ body:
7387
id: installed-packages
7488
attributes:
7589
label: Installed packages
76-
description: Run `python -m pip freeze` to list installed packages
77-
placeholder: Paste the output of `python -m pip freeze` here
90+
description: Run `python -m pip list` to list installed packages
91+
placeholder: Paste the output of `python -m pip list` here
7892
validations:
7993
required: true

0 commit comments

Comments
 (0)