From c3fe58f055e441d8385ddd2bb74acd20d8261a99 Mon Sep 17 00:00:00 2001 From: pixelpaws Date: Mon, 10 Mar 2025 00:50:51 +0800 Subject: [PATCH 1/2] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 36 ++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..c2f81e86 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,36 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + +### **LoRA Manager Version** +- Version: `vX.X.X` + +### **Environment Information** +- **Operating System**: (e.g., Windows 11, macOS Ventura, Ubuntu 22.04) +- **Browser & Version**: (e.g., Chrome 120.0.0, Edge 115.0.0) + +### **Issue Description** +- Describe the issue in detail. + +### **Steps to Reproduce** +1. Open LoRA Manager in [your browser]. +2. Perform [specific action]. +3. Observe the issue. + +### **Expected Behavior** +- What did you expect to happen? + +### **Screenshots** *(If applicable)* +- Upload screenshots or screen recordings. + +### **Logs** +- Provide the **ComfyUI startup log** and any relevant error messages. +- Check the browser developer console (F12 → Console tab) and attach any errors. + +### **Additional Context** *(Optional)* +- Any other relevant details. From 1803a9085d35ac75235d3fd855c4b84f6dafa5f5 Mon Sep 17 00:00:00 2001 From: pixelpaws Date: Mon, 10 Mar 2025 00:53:31 +0800 Subject: [PATCH 2/2] Update issue templates --- .github/ISSUE_TEMPLATE/feature_request.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..bbcbbe7d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,20 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: '' +assignees: '' + +--- + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**Describe alternatives you've considered** +A clear and concise description of any alternative solutions or features you've considered. + +**Additional context** +Add any other context or screenshots about the feature request here.