Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
52 changes: 52 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
---
name: 🐛 Bug Report
about: Report a bug or unexpected behavior
title: '[BUG] '
labels: bug
assignees: ''
---

## 🐛 Bug Description

<!-- A clear and concise description of what the bug is. -->

## 📋 Steps to Reproduce

1. Go to '...'
2. Click on '...'
3. Scroll down to '...'
4. See error

## ✅ Expected Behavior

<!-- What you expected to happen. -->

## ❌ Actual Behavior

<!-- What actually happened. -->

## 📸 Screenshots

<!-- If applicable, add screenshots to help explain your problem. -->

## 🖥️ 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

<!-- If applicable, paste relevant logs here. -->
<!-- To get Docker logs in production, run: -->
<!-- cd /opt/trackarr && docker compose -f docker-compose.prod.yml logs -f -->

```
Paste logs here
```

## 🔗 Additional Context

<!-- Add any other context about the problem here. -->
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -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
32 changes: 32 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
name: ✨ Feature Request
about: Suggest an idea or new feature for Trackarr
title: '[FEATURE] '
labels: enhancement
assignees: ''
---

## ✨ Feature Description

<!-- A clear and concise description of the feature you'd like. -->

## 🎯 Problem / Motivation

<!-- Describe the problem this feature would solve or why you need it. -->
<!-- Example: "I'm always frustrated when..." -->

## 💡 Proposed Solution

<!-- Describe how you'd like this feature to work. -->

## 🔄 Alternatives Considered

<!-- Have you considered any alternative solutions or workarounds? -->

## 📸 Mockups / Examples

<!-- If applicable, add mockups, wireframes, or examples from other projects. -->

## 🔗 Additional Context

<!-- Add any other context, screenshots, or references here. -->
27 changes: 27 additions & 0 deletions .github/ISSUE_TEMPLATE/question.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
name: ❓ Question / Help
about: Ask a question or request help with Trackarr
title: '[QUESTION] '
labels: question
assignees: ''
---

## ❓ Question

<!-- What would you like to know? -->

## 🖥️ Context

- **Trackarr Version**: [e.g., v0.3.0]
- **Installation Method**: [e.g., Docker, install.sh, manual]

## 📖 What I've Tried

<!-- What have you already tried or researched? -->

- [ ] I've checked the [documentation](https://github.com/florianjs/trackarr#readme)
- [ ] I've searched existing issues

## 🔗 Additional Context

<!-- Add any other context about your question here. -->
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "trackarr",
"version": "0.4.3",
"version": "0.4.4",
"type": "module",
"private": true,
"scripts": {
Expand Down