aboutsummaryrefslogtreecommitdiffstats
path: root/.github/ISSUE_TEMPLATE
diff options
context:
space:
mode:
authorSakura-Luna <53183413+Sakura-Luna@users.noreply.github.com>2023-05-15 07:42:37 +0000
committerGitHub <noreply@github.com>2023-05-15 07:42:37 +0000
commit32af211f4c6e58ccff000bb99bfe7e69c9b82ca1 (patch)
tree4b6988bde61fcaf39c9336b4329cff12cd3bd741 /.github/ISSUE_TEMPLATE
parent89f9faa63388756314e8a1d96cf86bf5e0663045 (diff)
downloadstable-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/ISSUE_TEMPLATE')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.yml9
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 ?