Skip to content

Commit

Permalink
Add Python version
Browse files Browse the repository at this point in the history
Many users still use unverified versions of Python and file version-specific issues, often without mentioning version information, making troubleshooting difficult.
  • Loading branch information
Sakura-Luna authored May 15, 2023
1 parent 89f9faa commit 32af211
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,15 @@ body:
description: Which commit are you running ? (Do not write *Latest version/repo/commit*, as this means nothing and will have changed by the time we read your issue. Rather, copy the **Commit** link at the bottom of the UI, or from the cmd/terminal if you can't launch it.)
validations:
required: true
- type: dropdown
id: py-version
attributes:
label: What Python version are you running on ?
multiple: false
options:
- Python 3.10.x
- Python 3.11.x (above, no supported yet)
- Python 3.9.x (below, no recommended)
- type: dropdown
id: platforms
attributes:
Expand Down

0 comments on commit 32af211

Please sign in to comment.