diff --git a/.github/ISSUE_TEMPLATE/🐛-bug-report.md b/.github/ISSUE_TEMPLATE/🐛-bug-report.md new file mode 100644 index 0000000..4959859 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/🐛-bug-report.md @@ -0,0 +1,63 @@ +--- +name: "\U0001F41B Bug Report" +about: Provide a clear and descriptive title +title: '' +labels: bug +assignees: '' + +--- + +## 📝 Description + + +## 🔗 Affected Video URL + + + +## 🔄 Steps to Reproduce +1. +2. +3. +4. + +## ✅ Expected Behavior + + +## ❌ Actual Behavior + + +## 🖥️ Environment +- **YTSage Version**: +- **Python Version**: +- **OS**: +- **yt-dlp Version**: +- **FFmpeg Version**: +- **Installation Method**: + +## 📸 Screenshots/Logs + + +## [ERROR] Failed to download: ... +## 🛠️ Possible Fix + + +## 📌 Additional Context + + +--- + +**Checklist** +- [ ] I have searched existing issues to avoid duplicates +- [ ] I have provided **the affected YouTube URL** +- [ ] I have included clear steps to reproduce +- [ ] I have attached relevant screenshots/logs +- [ ] I have provided all required environment details + +/label ~bug ~needs-triage