mirror of https://github.com/vladmandic/automatic
update gh templates
parent
6eb1d0a2bf
commit
56d0aade56
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
Loading…
Reference in New Issue