forked from RemiRigal/Plex-Auto-Languages
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create bug report and feature request templates.
- Loading branch information
1 parent
75c99eb
commit 82c27b3
Showing
4 changed files
with
68 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters