Skip to content

Commit

Permalink
Ask for Ansys version in bug issue template (#635)
Browse files Browse the repository at this point in the history
  • Loading branch information
PProfizi authored Nov 22, 2022
1 parent 4750707 commit 8751455
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,20 @@ body:
- 'Linux'
validations:
required: true

- type: dropdown
id: dpf-server-version
attributes:
label: Which Ansys version are you using?
multiple: false
options:
- 'Ansys 2023 R1'
- 'Ansys 2022 R2'
- 'Ansys 2022 R1'
- 'Ansys 2021 R2'
- 'Ansys 2021 R1'
validations:
required: true

- type: dropdown
id: python-version
Expand All @@ -73,7 +87,7 @@ body:
id: installed-packages
attributes:
label: Installed packages
description: Run `python -m pip freeze` to list installed packages
placeholder: Paste the output of `python -m pip freeze` here
description: Run `python -m pip list` to list installed packages
placeholder: Paste the output of `python -m pip list` here
validations:
required: true

0 comments on commit 8751455

Please sign in to comment.