From a9c0ac6cbcc47480a799529ce4970878c04c7559 Mon Sep 17 00:00:00 2001 From: MrTimscampi Date: Thu, 23 Jul 2020 17:41:56 +0200 Subject: [PATCH] Add suggestion and adjust dependabot config --- .dependabot/config.yml | 2 +- .github/ISSUE_TEMPLATE/1-bug-report.md | 10 +++++----- .github/ISSUE_TEMPLATE/2-playback-issue.md | 6 +++--- .github/ISSUE_TEMPLATE/3-technical-discussion.md | 2 +- .github/ISSUE_TEMPLATE/4-meta-issue.md | 2 +- .github/ISSUE_TEMPLATE/config.yml | 4 ++-- 6 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.dependabot/config.yml b/.dependabot/config.yml index 02dfd18aac..4ee827471a 100644 --- a/.dependabot/config.yml +++ b/.dependabot/config.yml @@ -2,4 +2,4 @@ version: 1 update_configs: - package_manager: "javascript" directory: "/" - update_schedule: "weekly" + update_schedule: "live" diff --git a/.github/ISSUE_TEMPLATE/1-bug-report.md b/.github/ISSUE_TEMPLATE/1-bug-report.md index e22c6c8ef9..15efff9954 100644 --- a/.github/ISSUE_TEMPLATE/1-bug-report.md +++ b/.github/ISSUE_TEMPLATE/1-bug-report.md @@ -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 labels: bug --- -**Describe the bug** +**Describe The Bug** -**Steps to Reproduce** +**Steps To Reproduce** 1. Go to '...' 2. Click on '....' 3. Scroll down to '....' 4. See error -**Expected behavior** +**Expected Behavior** **Logs** @@ -28,5 +28,5 @@ labels: bug - Browser: [e.g. Firefox, Chrome, Safari] - Jellyfin Version: [e.g. 10.6.0] -**Additional context** +**Additional Context** diff --git a/.github/ISSUE_TEMPLATE/2-playback-issue.md b/.github/ISSUE_TEMPLATE/2-playback-issue.md index b71d38b81f..bed7315abb 100644 --- a/.github/ISSUE_TEMPLATE/2-playback-issue.md +++ b/.github/ISSUE_TEMPLATE/2-playback-issue.md @@ -1,10 +1,10 @@ --- -name: Playback issue +name: Playback Issue about: You have playback issues with some files labels: playback --- -**Describe the bug** +**Describe The Bug** **Media Information** @@ -18,5 +18,5 @@ labels: playback - Browser: [e.g. Firefox, Chrome, Safari] - Jellyfin Version: [e.g. 10.6.0] -**Additional context** +**Additional Context** diff --git a/.github/ISSUE_TEMPLATE/3-technical-discussion.md b/.github/ISSUE_TEMPLATE/3-technical-discussion.md index 31ac9739d9..d8140fce75 100644 --- a/.github/ISSUE_TEMPLATE/3-technical-discussion.md +++ b/.github/ISSUE_TEMPLATE/3-technical-discussion.md @@ -1,5 +1,5 @@ --- -name: Technical discussion +name: Technical Discussion about: You want to discuss technical aspects of changes you intend to make labels: enhancement --- diff --git a/.github/ISSUE_TEMPLATE/4-meta-issue.md b/.github/ISSUE_TEMPLATE/4-meta-issue.md index dff7970b42..e034302e45 100644 --- a/.github/ISSUE_TEMPLATE/4-meta-issue.md +++ b/.github/ISSUE_TEMPLATE/4-meta-issue.md @@ -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 labels: meta --- diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 812f042ee9..2ed06fae39 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,8 +1,8 @@ blank_issues_enabled: false contact_links: - - name: You have a feature request + - name: Feature Request url: https://features.jellyfin.org/ 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 about: Please join the troubleshooting Matrix channel to get some help.