refactor and improve bug report and feature request issue templates

This commit is contained in:
Manuel Schmid
2023-12-28 14:00:47 +01:00
parent 7b5bced6c2
commit 37e3b93193
4 changed files with 111 additions and 32 deletions
@@ -0,0 +1,34 @@
name: Feature request
description: Suggest an idea for this project
title: "[Feature]: "
labels: ["feature"]
body:
- type: markdown
attributes:
value: |
Thank you for taking the time to fill out this feature request form!
- type: checkboxes
id: prerequisites
attributes:
label: Prerequisites
options:
- label: I have checked that this is not a duplicate of an already existing [feature request](https://github.com/lllyasviel/Fooocus/issues)
required: true
- type: textarea
id: relation-to-problem
attributes:
label: Is your feature request related to a problem? Please describe.
placeholder: "A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
."
validations:
required: true
- type: textarea
id: description
attributes:
label: Describe the idea you'd like
placeholder: "A clear and concise description of what you want to happen."
validations:
required: true
- type: markdown
attributes:
value: "Thank you for completing our form!"