diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..d7998e2 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,52 @@ +--- +name: 🐛 Bug Report +about: Report a bug or unexpected behavior +title: '[BUG] ' +labels: bug +assignees: '' +--- + +## 🐛 Bug Description + + + +## 📋 Steps to Reproduce + +1. Go to '...' +2. Click on '...' +3. Scroll down to '...' +4. See error + +## ✅ Expected Behavior + + + +## ❌ Actual Behavior + + + +## 📸 Screenshots + + + +## 🖥️ Environment + +- **OS**: [e.g., Ubuntu 22.04, macOS 14, Windows 11] +- **Browser** (if applicable): [e.g., Chrome 120, Firefox 121] +- **Trackarr Version**: [e.g., v0.3.0] +- **Docker Version**: [e.g., 24.0.7] +- **Node.js Version** (if running locally): [e.g., 20.10.0] + +## 📝 Logs + + + + + +``` +Paste logs here +``` + +## 🔗 Additional Context + + diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..4877b25 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,8 @@ +blank_issues_enabled: false +contact_links: + - name: 📖 Documentation + url: https://github.com/florianjs/trackarr#readme + about: Check the README for installation and usage guides + - name: 🌐 Live Demo + url: https://tracker.florianargaud.com/ + about: Try the live demo to see Trackarr in action diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..9e8fcd2 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,32 @@ +--- +name: ✨ Feature Request +about: Suggest an idea or new feature for Trackarr +title: '[FEATURE] ' +labels: enhancement +assignees: '' +--- + +## ✨ Feature Description + + + +## 🎯 Problem / Motivation + + + + +## 💡 Proposed Solution + + + +## 🔄 Alternatives Considered + + + +## 📸 Mockups / Examples + + + +## 🔗 Additional Context + + diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md new file mode 100644 index 0000000..93f4e32 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question.md @@ -0,0 +1,27 @@ +--- +name: ❓ Question / Help +about: Ask a question or request help with Trackarr +title: '[QUESTION] ' +labels: question +assignees: '' +--- + +## ❓ Question + + + +## 🖥️ Context + +- **Trackarr Version**: [e.g., v0.3.0] +- **Installation Method**: [e.g., Docker, install.sh, manual] + +## 📖 What I've Tried + + + +- [ ] I've checked the [documentation](https://github.com/florianjs/trackarr#readme) +- [ ] I've searched existing issues + +## 🔗 Additional Context + + diff --git a/package.json b/package.json index d7b7042..d9983d9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "trackarr", - "version": "0.4.3", + "version": "0.4.4", "type": "module", "private": true, "scripts": {