diff options
author | Sakura-Luna <53183413+Sakura-Luna@users.noreply.github.com> | 2023-05-15 07:42:37 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-15 07:42:37 +0000 |
commit | 32af211f4c6e58ccff000bb99bfe7e69c9b82ca1 (patch) | |
tree | 4b6988bde61fcaf39c9336b4329cff12cd3bd741 /.github | |
parent | 89f9faa63388756314e8a1d96cf86bf5e0663045 (diff) | |
download | stable-diffusion-webui-gfx803-32af211f4c6e58ccff000bb99bfe7e69c9b82ca1.tar.gz stable-diffusion-webui-gfx803-32af211f4c6e58ccff000bb99bfe7e69c9b82ca1.tar.bz2 stable-diffusion-webui-gfx803-32af211f4c6e58ccff000bb99bfe7e69c9b82ca1.zip |
Add Python version
Many users still use unverified versions of Python and file version-specific issues, often without mentioning version information, making troubleshooting difficult.
Diffstat (limited to '.github')
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 7d435297..863aae74 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -48,6 +48,15 @@ body: 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: label: What platforms do you use to access the UI ? |