-
-
Notifications
You must be signed in to change notification settings - Fork 130
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'development' into dummy-song-album-page
- Loading branch information
Showing
121 changed files
with
3,818 additions
and
1,102 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
name: Bug report | ||
description: You're having technical issues. 🐞 | ||
labels: ['bug'] | ||
body: | ||
- type: textarea | ||
attributes: | ||
label: Expected Behavior | ||
description: What should have happened? | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Current Behavior | ||
description: What went wrong? Add screenshots to help explain your problem. (Open the browser dev tools in the menu or using CTRL + SHIFT + I) | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Steps to Reproduce | ||
placeholder: | | ||
<!-- Add relevant code and/or a live example --> | ||
<!-- Add stack traces --> | ||
1. | ||
2. | ||
3. | ||
4. | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Possible Solution | ||
description: Suggest a reason for the bug or how to fix it. | ||
validations: | ||
required: false | ||
- type: textarea | ||
attributes: | ||
label: Context | ||
description: How has this issue affected you? What are you trying to accomplish? | ||
validations: | ||
required: false | ||
- type: input | ||
attributes: | ||
label: Application version | ||
placeholder: (e.g. v0.1.0) | ||
validations: | ||
required: true | ||
- type: input | ||
attributes: | ||
label: Operating System and version | ||
placeholder: (e.g. Windows 11 desktop, Webapp in Firefox) | ||
validations: | ||
required: true | ||
- type: input | ||
attributes: | ||
label: Server and Version | ||
placeholder: (e.g. Navidrome v0.48.0) | ||
validations: | ||
required: true | ||
- type: input | ||
attributes: | ||
label: Node Version (if developing locally) | ||
validations: | ||
required: false |
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: true | ||
contact_links: | ||
- name: Question | ||
url: https://github.com/jeffvli/feishin/discussions | ||
about: Please ask and answer questions here. |
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,22 @@ | ||
name: Feature request | ||
description: Request a feature to be added to Feishin 🎉 | ||
labels: ['enhancement'] | ||
body: | ||
- type: textarea | ||
attributes: | ||
label: What do you want to be added? | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Additional context | ||
validations: | ||
required: false | ||
- type: checkboxes | ||
attributes: | ||
label: Is this a server-specific feature? (e.g. Jellyfin only) | ||
options: | ||
- label: 'Yes' | ||
required: false | ||
validations: | ||
required: false |
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.