aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAUTOMATIC1111 <16777216c@gmail.com>2023-05-17 20:34:45 +0300
committerGitHub <noreply@github.com>2023-05-17 20:34:45 +0300
commit6b51cc7530dd70037681c108a65c55d52ed918ef (patch)
tree48781a3fe2e3708b3e408d0ae094a6f1733abf4e /.github
parentf6a622bcefce987b39a135defd823ee0efee1ec5 (diff)
parent32af211f4c6e58ccff000bb99bfe7e69c9b82ca1 (diff)
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.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 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 ?