Skip to content

Commit

Permalink
Create bug report and feature request templates.
Browse files Browse the repository at this point in the history
  • Loading branch information
JourneyOver committed Dec 30, 2024
1 parent 75c99eb commit 82c27b3
Show file tree
Hide file tree
Showing 4 changed files with 68 additions and 5 deletions.
38 changes: 38 additions & 0 deletions .github/ISSUE_TEMPLATE/Bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
---

name: "🐛 Bug Report"
about: "Submit a bug report to help us improve"
#title: "[Bug] "
labels: "[bug]"
#assignees: ''
---

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

**To Reproduce**
<!-- Provide a link to a live example, or an unambiguous set of steps to -->

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

**Expected behavior**
<!-- A clear and concise description of what you expected to happen. -->

**Actual Behavior**
<!-- Describe what actually happened. -->

Environment Details
<!-- Provide information about your environment: -->
- **Plex Auto Languages Version:** [e.g., 1.3.1]
- **Plex Server Version:** [e.g., 1.41.3.9314]
- **Operating System (if applicable):** [e.g., Windows 11 / macOS Ventura / Ubuntu]
- **Deployment Method (if applicable):** [e.g., Bare Metal, Docker]
- **Additional Context:** [e.g., Provide Python version if running bare metal]

Logs and Screenshots
<!-- Attach any relevant logs or screenshots: -->
- Logs: [Paste here or attach as a file]
- Screenshots: [Attach images or provide links]
30 changes: 30 additions & 0 deletions .github/ISSUE_TEMPLATE/Feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
name: "🚀 Feature Request"
about: "Suggest an idea for this project"
#title: "[Feature Request] "
labels: "[feature-request]"
#assignees: ''
---

**Feature Description**
<!-- A clear and concise description of the desired feature. -->

**Problem/Opportunity**
<!-- Explain the problem this feature solves or the opportunity it creates. -->

**Proposed Solution**
<!-- Describe how you envision the feature working. -->
- **Example:** Add a new setting to allow auto-selection of subtitles based on language preference.

**Benefits**
<!-- Explain how this feature would improve `Plex Auto Languages`. -->
- **Example:** Simplifies user configuration.
- **Example:** Provides better compatibility with XYZ.

**Alternatives Considered**
<!-- If applicable, list other ways to achieve this functionality and why they are less optimal. -->

**Additional Context**
<!-- Provide any additional information, examples, or links to relevant resources: -->
- Links: [Provide URLs if relevant]
- Screenshots or mockups: [Attach images or provide links]
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ The Docker image can be pulled from either of the following registries:
Here’s an example of a minimal `docker-compose.yml` setup:

```yaml
docker-compose:
version: "3"
services:
plexautolanguages:
image: journeyover/plex-auto-languages:main
Expand Down
3 changes: 0 additions & 3 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,5 @@
],
"rangeStrategy": "bump",
"rebaseWhen": "conflicted",
"suppressNotifications": [
"prIgnoreNotification"
],
"timezone": "US/Central"
}

0 comments on commit 82c27b3

Please sign in to comment.