Add a issue templates
This commit is contained in:
@@ -0,0 +1,63 @@
|
||||
---
|
||||
name: "\U0001F41B Bug Report"
|
||||
about: Provide a clear and descriptive title
|
||||
title: ''
|
||||
labels: bug
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
## 📝 Description
|
||||
<!--
|
||||
Describe the bug in detail. Include:
|
||||
- Affected feature (e.g., audio extraction, playlist downloads)
|
||||
- Specific error messages (if any)
|
||||
-->
|
||||
|
||||
## 🔗 Affected Video URL
|
||||
<!-- Paste the YouTube URL that caused the issue -->
|
||||
<!-- Example: https://www.youtube.com/watch?v=ABC123XYZ -->
|
||||
|
||||
## 🔄 Steps to Reproduce
|
||||
1. <!-- Step 1 (e.g., "Pasted the URL above into YTSage") -->
|
||||
2. <!-- Step 2 -->
|
||||
3. <!-- Step 3 -->
|
||||
4. <!-- ... -->
|
||||
|
||||
## ✅ Expected Behavior
|
||||
<!-- What should have happened? -->
|
||||
|
||||
## ❌ Actual Behavior
|
||||
<!-- What actually happened? -->
|
||||
|
||||
## 🖥️ Environment
|
||||
- **YTSage Version**: <!-- e.g., v1.2.0 -->
|
||||
- **Python Version**: <!-- e.g., 3.9.7 -->
|
||||
- **OS**: <!-- e.g., Windows 11, macOS Ventura, Ubuntu 22.04 -->
|
||||
- **yt-dlp Version**: <!-- Run `yt-dlp --version` -->
|
||||
- **FFmpeg Version**: <!-- Run `ffmpeg -version` -->
|
||||
- **Installation Method**: <!-- - pip - executable - manual -->
|
||||
|
||||
## 📸 Screenshots/Logs
|
||||
<!--
|
||||
Attach screenshots (for GUI issues) or terminal logs (for CLI errors).
|
||||
Use ``` to format logs:
|
||||
-->
|
||||
|
||||
## [ERROR] Failed to download: ...
|
||||
## 🛠️ Possible Fix
|
||||
<!-- (Optional) Suggest a fix if you have insights -->
|
||||
|
||||
## 📌 Additional Context
|
||||
<!-- Any other details (e.g., frequency of the issue, related PRs) -->
|
||||
|
||||
---
|
||||
|
||||
**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
|
||||
Reference in New Issue
Block a user