From 705f16be5781bc5d6b3e7ae39d93485087a8d7cc Mon Sep 17 00:00:00 2001 From: Muhamed <110548351+oop7@users.noreply.github.com> Date: Sun, 23 Feb 2025 09:44:52 +0200 Subject: [PATCH] Add a issue templates --- .github/ISSUE_TEMPLATE/🐛-bug-report.md | 63 +++++++++++++++++++++++++ 1 file changed, 63 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 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