From c3fe58f055e441d8385ddd2bb74acd20d8261a99 Mon Sep 17 00:00:00 2001 From: pixelpaws Date: Mon, 10 Mar 2025 00:50:51 +0800 Subject: [PATCH] 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.