From 56d0aade566375d2e36476c5fe46a597ee9012b6 Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Sat, 7 Feb 2026 08:05:06 +0100 Subject: [PATCH 1/2] update gh templates --- .github/ISSUE_TEMPLATE/bug_report.yml | 11 ++++++----- .github/ISSUE_TEMPLATE/model_request | 24 ++++++++++++++++++++++++ 2 files changed, 30 insertions(+), 5 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/model_request diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index b85c70c62..6b707fb2f 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -66,13 +66,14 @@ body: If unsure if this is a right place to ask your question, perhaps post on [Discussions](https://github.com/vladmandic/automatic/discussions) Or reach-out to us on [Discord](https://discord.gg/WqMzTUDC) - type: dropdown - id: backend + id: os attributes: - label: Backend - description: What is the backend you're using? + label: Operating system + description: What is the OS you're using? options: - - Diffusers - - Original + - Windows + - Linux + - MacOS default: 0 validations: required: true diff --git a/.github/ISSUE_TEMPLATE/model_request b/.github/ISSUE_TEMPLATE/model_request new file mode 100644 index 000000000..45cff4d55 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/model_request @@ -0,0 +1,24 @@ +name: Model request +description: Request support for a new model +title: "[Model]: " +labels: ["enhancement"] + +body: + - type: textarea + id: name + attributes: + label: Model name + description: Enter model name + value: + - type: textarea + id: url + attributes: + label: Model URL + description: Enter URL to the model page + value: + - type: textarea + id: description + attributes: + label: Reason + description: Enter a reason why you would like to see this model supported + value: From 04d7dbc1b865049214b7e87f7fe00e3746dd10c5 Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Sat, 7 Feb 2026 09:16:56 +0100 Subject: [PATCH 2/2] update model template --- .github/ISSUE_TEMPLATE/model_request | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/model_request b/.github/ISSUE_TEMPLATE/model_request index 45cff4d55..adf8d10f8 100644 --- a/.github/ISSUE_TEMPLATE/model_request +++ b/.github/ISSUE_TEMPLATE/model_request @@ -10,6 +10,12 @@ body: label: Model name description: Enter model name value: + - type: textarea + id: type + attributes: + label: Model type + description: Describe model type + value: - type: textarea id: url attributes: