-
-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create two new card types, rewrite almost all user card types, fix Plex mismatch for titles with commas, many other changes and fixes
- Loading branch information
Showing
36 changed files
with
2,202 additions
and
1,243 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,5 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: Discord | ||
url: https://discord.gg/bJ3bHtw8wH | ||
about: Please use Discord to ask for support. |
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,56 @@ | ||
name: Request help | ||
description: Ask for help regarding an issue with your setup | ||
title: 'HELP - ' | ||
labels: ['question'] | ||
assignees: 'CollinHeist' | ||
|
||
body: | ||
- type: dropdown | ||
id: docker | ||
attributes: | ||
label: Installation | ||
description: Are you using Docker or Github; and which branch/tag? | ||
options: | ||
- Docker - master tag | ||
- Docker - develop tag | ||
- GitHub - master branch | ||
- GitHub - develop branch | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Describe your Problem | ||
description: A clear and concise description of your issue. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: screenshots | ||
attributes: | ||
label: Screenshots | ||
description: Attach any applicable screenshots that illustrate your problem. | ||
- type: textarea | ||
id: preferences | ||
attributes: | ||
label: Preference File | ||
description: > | ||
Paste your Preferences file (likely preferences.yml), with your API keys and URLs omitted. | ||
This will be automatically formatted as YAML, so no need for backticks. | ||
render: yaml | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: seriesyaml | ||
attributes: | ||
label: Series YAML | ||
description: > | ||
Paste the YAML of the relevent series. | ||
This will be automatically formatted as YAML, so no need for backticks. | ||
render: yaml | ||
- type: textarea | ||
id: log | ||
attributes: | ||
label: Debug Log | ||
description: Attach the relevant log file(s) from the logs/ directory. | ||
validations: | ||
required: true |
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
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
Oops, something went wrong.