diff options
author | Leo Mozoloa <leo.drrty@gmail.com> | 2022-10-16 10:53:36 +0000 |
---|---|---|
committer | AUTOMATIC1111 <16777216c@gmail.com> | 2022-10-19 18:30:02 +0000 |
commit | dd66530a63f47aa87f4a95eaece51052d45a29f0 (patch) | |
tree | 1e069e7e160e42c46c9a18690a4b1817417ab166 | |
parent | d0042587adf03059977181fae9c2ede019044fe0 (diff) | |
download | stable-diffusion-webui-gfx803-dd66530a63f47aa87f4a95eaece51052d45a29f0.tar.gz stable-diffusion-webui-gfx803-dd66530a63f47aa87f4a95eaece51052d45a29f0.tar.bz2 stable-diffusion-webui-gfx803-dd66530a63f47aa87f4a95eaece51052d45a29f0.zip |
Fixes and adding step by step
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.yml | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 02fc994c..3243f934 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -7,8 +7,18 @@ body: - type: textarea id: what-did attributes: - label: What did happened? - description: Also tell us, what did you expect to happen? + label: What happened? + description: Tell us what happened in a very clear and simple way + validations: + required: true + - type: textarea + id: steps + attributes: + label: Steps to reproduce the problem + description: Please provide us with precise step by step information to reproduce the bug + value: 1. Go to .... | + 2. Press .... + 3. ... validations: required: true - type: textarea @@ -18,7 +28,7 @@ body: description: tell what you think the normal behavior should be validations: required: true - - type: textarea + - type: input id: commit attributes: label: Commit where the problem happens |