mirror of
https://github.com/Azornes/Comfyui-LayerForge.git
synced 2026-03-26 06:45:44 -03:00
Update Issue_template
This commit is contained in:
8
.github/ISSUE_TEMPLATE/docs_request.yml
vendored
8
.github/ISSUE_TEMPLATE/docs_request.yml
vendored
@@ -3,11 +3,17 @@ description: Suggest improvements or additions to documentation
|
|||||||
title: "[Docs] "
|
title: "[Docs] "
|
||||||
labels: [documentation]
|
labels: [documentation]
|
||||||
body:
|
body:
|
||||||
|
- type: markdown
|
||||||
|
attributes:
|
||||||
|
value: |
|
||||||
|
> This template is only for suggesting improvements or additions **to existing documentation**.
|
||||||
|
> If you want to suggest a new feature, functionality, or enhancement for the project itself, please use the **Feature Request** template instead.
|
||||||
|
> Thank you!
|
||||||
- type: input
|
- type: input
|
||||||
id: doc_area
|
id: doc_area
|
||||||
attributes:
|
attributes:
|
||||||
label: Area of documentation
|
label: Area of documentation
|
||||||
placeholder: e.g. Getting started, Node API, Deployment guide
|
placeholder: e.g. Key Features, Installation, Controls & Shortcuts
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
|
|||||||
4
.github/ISSUE_TEMPLATE/feature-request.yml
vendored
4
.github/ISSUE_TEMPLATE/feature-request.yml
vendored
@@ -3,6 +3,10 @@ description: Suggest an idea for this project
|
|||||||
title: '[Feature Request]: '
|
title: '[Feature Request]: '
|
||||||
labels: ['enhancement']
|
labels: ['enhancement']
|
||||||
body:
|
body:
|
||||||
|
- type: markdown
|
||||||
|
attributes:
|
||||||
|
value: |
|
||||||
|
**Before suggesting a new feature, please make sure you are using the latest version of the project and that this functionality does not already exist.**
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
value: |
|
value: |
|
||||||
|
|||||||
Reference in New Issue
Block a user