diff options
| author | Sakura-Luna <53183413+Sakura-Luna@users.noreply.github.com> | 2023-05-15 15:42:37 +0800 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-15 15:42:37 +0800 | 
| commit | 32af211f4c6e58ccff000bb99bfe7e69c9b82ca1 (patch) | |
| tree | 4b6988bde61fcaf39c9336b4329cff12cd3bd741 /.github/ISSUE_TEMPLATE/bug_report.yml | |
| parent | 89f9faa63388756314e8a1d96cf86bf5e0663045 (diff) | |
| download | stable-diffusion-webui-gfx803-32af211f4c6e58ccff000bb99bfe7e69c9b82ca1.tar.gz | |
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/bug_report.yml')
| -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 ? | 
