mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Add suggestion and adjust dependabot config
This commit is contained in:
parent
2c7a47c4af
commit
a9c0ac6cbc
6 changed files with 13 additions and 13 deletions
|
@ -2,4 +2,4 @@ version: 1
|
||||||
update_configs:
|
update_configs:
|
||||||
- package_manager: "javascript"
|
- package_manager: "javascript"
|
||||||
directory: "/"
|
directory: "/"
|
||||||
update_schedule: "weekly"
|
update_schedule: "live"
|
||||||
|
|
10
.github/ISSUE_TEMPLATE/1-bug-report.md
vendored
10
.github/ISSUE_TEMPLATE/1-bug-report.md
vendored
|
@ -1,20 +1,20 @@
|
||||||
---
|
---
|
||||||
name: Bug report
|
name: Bug Report
|
||||||
about: You have noticed a general issue or regression, and would like to report it
|
about: You have noticed a general issue or regression, and would like to report it
|
||||||
labels: bug
|
labels: bug
|
||||||
---
|
---
|
||||||
|
|
||||||
**Describe the bug**
|
**Describe The Bug**
|
||||||
<!-- A clear and concise description of what the bug is. -->
|
<!-- A clear and concise description of what the bug is. -->
|
||||||
|
|
||||||
**Steps to Reproduce**
|
**Steps To Reproduce**
|
||||||
<!-- Steps to reproduce the behavior: -->
|
<!-- Steps to reproduce the behavior: -->
|
||||||
1. Go to '...'
|
1. Go to '...'
|
||||||
2. Click on '....'
|
2. Click on '....'
|
||||||
3. Scroll down to '....'
|
3. Scroll down to '....'
|
||||||
4. See error
|
4. See error
|
||||||
|
|
||||||
**Expected behavior**
|
**Expected Behavior**
|
||||||
<!-- A clear and concise description of what you expected to happen. -->
|
<!-- A clear and concise description of what you expected to happen. -->
|
||||||
|
|
||||||
**Logs**
|
**Logs**
|
||||||
|
@ -28,5 +28,5 @@ labels: bug
|
||||||
- Browser: [e.g. Firefox, Chrome, Safari]
|
- Browser: [e.g. Firefox, Chrome, Safari]
|
||||||
- Jellyfin Version: [e.g. 10.6.0]
|
- Jellyfin Version: [e.g. 10.6.0]
|
||||||
|
|
||||||
**Additional context**
|
**Additional Context**
|
||||||
<!-- Add any other context about the problem here. -->
|
<!-- Add any other context about the problem here. -->
|
||||||
|
|
6
.github/ISSUE_TEMPLATE/2-playback-issue.md
vendored
6
.github/ISSUE_TEMPLATE/2-playback-issue.md
vendored
|
@ -1,10 +1,10 @@
|
||||||
---
|
---
|
||||||
name: Playback issue
|
name: Playback Issue
|
||||||
about: You have playback issues with some files
|
about: You have playback issues with some files
|
||||||
labels: playback
|
labels: playback
|
||||||
---
|
---
|
||||||
|
|
||||||
**Describe the bug**
|
**Describe The Bug**
|
||||||
<!-- A clear and concise description of what the bug is. -->
|
<!-- A clear and concise description of what the bug is. -->
|
||||||
|
|
||||||
**Media Information**
|
**Media Information**
|
||||||
|
@ -18,5 +18,5 @@ labels: playback
|
||||||
- Browser: [e.g. Firefox, Chrome, Safari]
|
- Browser: [e.g. Firefox, Chrome, Safari]
|
||||||
- Jellyfin Version: [e.g. 10.6.0]
|
- Jellyfin Version: [e.g. 10.6.0]
|
||||||
|
|
||||||
**Additional context**
|
**Additional Context**
|
||||||
<!-- Add any other context about the problem here. -->
|
<!-- Add any other context about the problem here. -->
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
name: Technical discussion
|
name: Technical Discussion
|
||||||
about: You want to discuss technical aspects of changes you intend to make
|
about: You want to discuss technical aspects of changes you intend to make
|
||||||
labels: enhancement
|
labels: enhancement
|
||||||
---
|
---
|
||||||
|
|
2
.github/ISSUE_TEMPLATE/4-meta-issue.md
vendored
2
.github/ISSUE_TEMPLATE/4-meta-issue.md
vendored
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
name: Meta issue
|
name: Meta Issue
|
||||||
about: You want to track a number of other issues as part of a larger project
|
about: You want to track a number of other issues as part of a larger project
|
||||||
labels: meta
|
labels: meta
|
||||||
---
|
---
|
||||||
|
|
4
.github/ISSUE_TEMPLATE/config.yml
vendored
4
.github/ISSUE_TEMPLATE/config.yml
vendored
|
@ -1,8 +1,8 @@
|
||||||
blank_issues_enabled: false
|
blank_issues_enabled: false
|
||||||
contact_links:
|
contact_links:
|
||||||
- name: You have a feature request
|
- name: Feature Request
|
||||||
url: https://features.jellyfin.org/
|
url: https://features.jellyfin.org/
|
||||||
about: Please head over to our feature request hub to vote on or submit a feature.
|
about: Please head over to our feature request hub to vote on or submit a feature.
|
||||||
- name: You need help with Jellyfin
|
- name: Help Or Question
|
||||||
url: https://matrix.to/#/#jellyfin-troubleshooting:matrix.org
|
url: https://matrix.to/#/#jellyfin-troubleshooting:matrix.org
|
||||||
about: Please join the troubleshooting Matrix channel to get some help.
|
about: Please join the troubleshooting Matrix channel to get some help.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue