diff options
author | AUTOMATIC1111 <16777216c@gmail.com> | 2023-05-17 17:34:45 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-17 17:34:45 +0000 |
commit | 6b51cc7530dd70037681c108a65c55d52ed918ef (patch) | |
tree | 48781a3fe2e3708b3e408d0ae094a6f1733abf4e /.github | |
parent | f6a622bcefce987b39a135defd823ee0efee1ec5 (diff) | |
parent | 32af211f4c6e58ccff000bb99bfe7e69c9b82ca1 (diff) | |
download | stable-diffusion-webui-gfx803-6b51cc7530dd70037681c108a65c55d52ed918ef.tar.gz stable-diffusion-webui-gfx803-6b51cc7530dd70037681c108a65c55d52ed918ef.tar.bz2 stable-diffusion-webui-gfx803-6b51cc7530dd70037681c108a65c55d52ed918ef.zip |
Merge pull request #10400 from AUTOMATIC1111/Sakura-Luna-patch-1
Add Python version
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 e0ca454d..3a8b9953 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 ? |