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: