Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update bug.yml #408

Merged
merged 1 commit into from
May 31, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 19 additions & 1 deletion .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,24 @@ body:
- 'Linux'
validations:
required: true

- type: dropdown
id: dpf-server-version
attributes:
label: Which DPF/Ansys version are you using?
multiple: false
options:
- 'Ansys 2024 R1'
- 'Ansys 2023 R2'
- 'DPF Server 2023.2.pre1'
- 'DPF Server 2023.2.pre0'
- '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 @@ -77,4 +95,4 @@ body:
description: Run `python -m pip freeze` to list installed packages
placeholder: Paste the output of `python -m pip freeze` here
validations:
required: true
required: true