Skip to content

Commit

Permalink
add issues template (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
doombeaker authored Jul 15, 2024
1 parent f4c0aca commit 6e4fc91
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 0 deletions.
32 changes: 32 additions & 0 deletions .github/ISSUE_TEMPLATE/bizyair_nodes_feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
name: I want a BizyAir node like ...
about: Request support for a ComfyUI node in BizyAir
title: "[FEATURE REQUEST] Support for ComfyUI node in BizyAir"
labels: enhancement, ComfyUI
assignees: ''
---

### ComfyUI Node Repository

Please provide the repository URL of the ComfyUI node you are referring to:

- Repository URL: [e.g., https://github.com/user/repo]

### Node Description and Use Case

Describe the purpose of the node and the scenarios in which it is used:

- Node Description: [e.g., This node is used for generating high-quality images from textual descriptions.]
- Use Case: [e.g., Ideal for graphic designers looking to quickly prototype designs using text inputs.]

### Workflow Details (optional)

Please provide details about the workflow, including links, screenshots, or JSON files:

- Workflow Link: [e.g., https://example.com/workflow]
- Screenshots: [If applicable, please attach screenshots here.]
- JSON File: [If applicable, please attach the JSON file or provide a link to it.]

### Additional Context (optional)

Add any other context or information about the feature request here.
24 changes: 24 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
name: Bug Report
about: Create a report to help us improve
title: "[BUG] "
labels: bug
assignees: ''
---

### Describe the Bug

Error text or screenshot of the error.

### Steps to Reproduce

Please provide the workflow or steps to reproduce the bug.

### Environment

- **OS:** [e.g., Linux Ubuntu 12.04, Windows 10]
- **Browser:** [e.g., chrome, safari]

### Additional Context

Add any other context about the problem here.

0 comments on commit 6e4fc91

Please sign in to comment.