aboutsummaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE
diff options
context:
space:
mode:
authoryfszzx <yfszzx@gmail.com>2022-10-23 16:17:37 +0800
committeryfszzx <yfszzx@gmail.com>2022-10-23 16:17:37 +0800
commit6a9ea40d7f64139f23d634efd7c2fb2c743a546f (patch)
tree8d420a5590c09e1d4c005a709166479856e70580 /.github/ISSUE_TEMPLATE
parent67b78f0ea6f196bfdca49932da062631bb40d0b1 (diff)
parent1ef32c8b8fa3e16a1e7b287eb19d4fc943d1f2a5 (diff)
Move browser and Inspiration into extension
Diffstat (limited to '.github/ISSUE_TEMPLATE')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.yml2
-rw-r--r--.github/ISSUE_TEMPLATE/config.yml5
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.