diff options
author | discus0434 <discus0434@gmail.com> | 2022-10-22 11:14:46 +0000 |
---|---|---|
committer | discus0434 <discus0434@gmail.com> | 2022-10-22 11:14:46 +0000 |
commit | dcb45dfecfd0d7f2c268343d8a83fd33c276345b (patch) | |
tree | 001c8ebf9e0c7af692ae1237142206f568ff6903 /.github | |
parent | 0e8ca8e7af05be22d7d2c07a47c3c7febe0f0ab6 (diff) | |
parent | 50b5504401e50b6c94eba41b37fe212b2f27b792 (diff) | |
download | stable-diffusion-webui-gfx803-dcb45dfecfd0d7f2c268343d8a83fd33c276345b.tar.gz stable-diffusion-webui-gfx803-dcb45dfecfd0d7f2c268343d8a83fd33c276345b.tar.bz2 stable-diffusion-webui-gfx803-dcb45dfecfd0d7f2c268343d8a83fd33c276345b.zip |
Merge branch 'master' of upstream
Diffstat (limited to '.github')
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.yml | 2 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/config.yml | 5 |
2 files changed, 7 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 35802a53..9c2ff313 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -45,6 +45,8 @@ body: attributes: label: Commit where the problem happens description: Which commit are you running ? (copy the **Commit hash** shown in the cmd/terminal when you launch the UI) + validations: + required: true - type: dropdown id: platforms attributes: diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..f58c94a9 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - name: WebUI Community Support + url: https://github.com/AUTOMATIC1111/stable-diffusion-webui/discussions + about: Please ask and answer questions here. |