mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-28 10:12:11 +00:00
Add GH types to issue templates (#3991)
This commit is contained in:
6
.github/ISSUE_TEMPLATE/bug-report.yaml
vendored
6
.github/ISSUE_TEMPLATE/bug-report.yaml
vendored
@@ -1,7 +1,9 @@
|
|||||||
name: Bug Report
|
name: Bug Report
|
||||||
description: "Something is not behaving as expected."
|
description: 'Something is not behaving as expected.'
|
||||||
title: "[Bug]: "
|
title: '[Bug]: '
|
||||||
labels: ['Potential Bug']
|
labels: ['Potential Bug']
|
||||||
|
type: Bug
|
||||||
|
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
|
|||||||
5
.github/ISSUE_TEMPLATE/feature-request.yaml
vendored
5
.github/ISSUE_TEMPLATE/feature-request.yaml
vendored
@@ -1,7 +1,8 @@
|
|||||||
name: Feature Request
|
name: Feature Request
|
||||||
description: Suggest an idea for this project
|
description: Suggest an idea for this project
|
||||||
title: "[Feature Request]: "
|
title: '[Feature Request]: '
|
||||||
labels: ["enhancement"]
|
labels: ['enhancement']
|
||||||
|
type: Feature
|
||||||
|
|
||||||
body:
|
body:
|
||||||
- type: checkboxes
|
- type: checkboxes
|
||||||
|
|||||||
Reference in New Issue
Block a user