|
| 1 | +--- |
| 2 | +name: 🐛 Bug Report |
| 3 | +about: Report a bug or unexpected behavior |
| 4 | +title: '[Bug]: ' |
| 5 | +labels: ['type: bug', 'status: triage'] |
| 6 | +assignees: [] |
| 7 | +--- |
| 8 | + |
| 9 | +## 🐛 Bug Description |
| 10 | + |
| 11 | +<!-- A clear and concise description of what the bug is --> |
| 12 | + |
| 13 | +## 📋 Steps to Reproduce |
| 14 | + |
| 15 | +<!-- Provide step-by-step instructions to reproduce the issue --> |
| 16 | + |
| 17 | +1. Go to '...' |
| 18 | +2. Click on '...' |
| 19 | +3. Execute command '...' |
| 20 | +4. See error |
| 21 | + |
| 22 | +## ✅ Expected Behavior |
| 23 | + |
| 24 | +<!-- What you expected to happen --> |
| 25 | + |
| 26 | +## ❌ Actual Behavior |
| 27 | + |
| 28 | +<!-- What actually happened --> |
| 29 | + |
| 30 | +## 🖼️ Screenshots / Logs |
| 31 | + |
| 32 | +<!-- If applicable, add screenshots or error logs to help explain your problem --> |
| 33 | + |
| 34 | +```html |
| 35 | +<details> |
| 36 | +<summary>Click to expand logs</summary> |
| 37 | +``` |
| 38 | + |
| 39 | +``` |
| 40 | +Paste logs here |
| 41 | +``` |
| 42 | + |
| 43 | +</details> |
| 44 | + |
| 45 | +## 🌍 Environment |
| 46 | + |
| 47 | +<!-- Please complete the following information --> |
| 48 | + |
| 49 | +- **OS**: [e.g., Ubuntu 22.04, macOS 14, Windows 11] |
| 50 | +- **Browser** (if frontend issue): [e.g., Chrome 120, Firefox 121, Safari 17] |
| 51 | +- **Python Version** (if backend issue): [e.g., 3.11.5] |
| 52 | +- **Node Version** (if frontend issue): [e.g., 20.10.0] |
| 53 | +- **Docker Version** (if using Docker): [e.g., 24.0.7] |
| 54 | +- **Installation Method**: [Docker Compose / Local / Kubernetes / Other] |
| 55 | + |
| 56 | +## 📦 Version Information |
| 57 | + |
| 58 | +<!-- Check all that apply --> |
| 59 | + |
| 60 | +- [ ] Latest main branch |
| 61 | +- [ ] Specific release version: [e.g., v1.0.0] |
| 62 | +- [ ] Using pre-built Docker image: [e.g., ghcr.io/onnwee/transcript-create:latest] |
| 63 | +- [ ] Built from source |
| 64 | + |
| 65 | +## 🔍 Additional Context |
| 66 | + |
| 67 | +<!-- Add any other context about the problem here --> |
| 68 | + |
| 69 | +- Does this issue happen consistently or intermittently? |
| 70 | +- Are there any workarounds you've discovered? |
| 71 | +- When did this issue first appear? |
| 72 | +- Have you made any recent changes to your setup? |
| 73 | + |
| 74 | +## ✅ Checklist |
| 75 | + |
| 76 | +<!-- Please check the following before submitting --> |
| 77 | + |
| 78 | +- [ ] I have searched existing issues to ensure this is not a duplicate |
| 79 | +- [ ] I have provided all required environment information |
| 80 | +- [ ] I have included steps to reproduce the issue |
| 81 | +- [ ] I have included relevant logs or error messages |
| 82 | +- [ ] I have tested this on the latest version (if possible) |
| 83 | + |
| 84 | +## 🤝 Contributing |
| 85 | + |
| 86 | +<!-- Optional: Are you willing to help fix this bug? --> |
| 87 | + |
| 88 | +- [ ] I am willing to submit a pull request to fix this issue |
| 89 | +- [ ] I need guidance on how to fix this issue |
| 90 | +- [ ] I'm just reporting the issue |
| 91 | + |
| 92 | +--- |
| 93 | + |
| 94 | +**Thank you for taking the time to report this bug!** We'll investigate and respond as soon as possible. |
0 commit comments