node build fixed
This commit is contained in:
111
seanime-2.9.10/.github/ISSUE_TEMPLATE/bug_report.yml
vendored
Normal file
111
seanime-2.9.10/.github/ISSUE_TEMPLATE/bug_report.yml
vendored
Normal file
@@ -0,0 +1,111 @@
|
||||
name: Bug report
|
||||
description: Report a bug you encountered
|
||||
title: 'bug: '
|
||||
labels:
|
||||
- bug
|
||||
body:
|
||||
- type: checkboxes
|
||||
id: '1'
|
||||
attributes:
|
||||
label: Checklist
|
||||
description: Please follow the general troubleshooting steps first
|
||||
options:
|
||||
- label: >-
|
||||
My version of the app is the latest available
|
||||
required: true
|
||||
- label: >-
|
||||
I have checked open and closed [issues](https://github.com/5rahim/seanime/issues)
|
||||
required: true
|
||||
- label: >-
|
||||
I have checked the [docs](https://seanime.rahim.app/docs/faq) for a fix
|
||||
required: true
|
||||
- type: dropdown
|
||||
id: '2'
|
||||
attributes:
|
||||
label: Bug Severity
|
||||
description: Select the severity of the bug. Anything below "Panic" means the app doesn't crash.
|
||||
options:
|
||||
- Not sure
|
||||
- Panic / Crash
|
||||
- Usability is affected
|
||||
- Low
|
||||
validations:
|
||||
required: true
|
||||
- type: dropdown
|
||||
id: '3'
|
||||
attributes:
|
||||
label: Bug Area
|
||||
description: Select the general area of the app or process during which the bug occurred.
|
||||
options:
|
||||
- Other
|
||||
- Authentication
|
||||
- Configuration
|
||||
- Anime Library
|
||||
- Transcoding / Media Streaming
|
||||
- Torrent Streaming
|
||||
- Online Streaming
|
||||
- Manga
|
||||
- Settings
|
||||
- Offline mode
|
||||
- AniList
|
||||
- UI / Web Interface
|
||||
- Desktop app
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: '4'
|
||||
attributes:
|
||||
label: Bug Description / Steps to Reproduce
|
||||
description: Precisely describe the bug you encountered and the steps to reproduce it. Avoid vague descriptions.
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: '5'
|
||||
attributes:
|
||||
label: Expected Behavior
|
||||
description: Describe what you expected to happen.
|
||||
- type: textarea
|
||||
id: '6'
|
||||
attributes:
|
||||
label: Screenshots
|
||||
description: If applicable, add screenshots of the bug
|
||||
- type: textarea
|
||||
id: '7'
|
||||
attributes:
|
||||
label: Logs
|
||||
description: If applicable, add terminal output, browser console logs or stack traces. You can use [pastebin](https://pastebin.com) to share large logs.
|
||||
validations:
|
||||
required: true
|
||||
- type: checkboxes
|
||||
id: '8'
|
||||
attributes:
|
||||
label: Debugging Checklist
|
||||
description: Confirm you have included at least some of the following debugging information. If you haven't, please do so before submitting the issue.
|
||||
options:
|
||||
- label: >-
|
||||
I have included error messages
|
||||
required: false
|
||||
- label: >-
|
||||
I have included server logs
|
||||
required: false
|
||||
- label: >-
|
||||
I have included browser console logs
|
||||
required: false
|
||||
- type: input
|
||||
id: '9'
|
||||
attributes:
|
||||
label: App Version
|
||||
description: Enter the version of Seanime you are using.
|
||||
placeholder: v1.0.0
|
||||
validations:
|
||||
required: true
|
||||
- type: dropdown
|
||||
id: '10'
|
||||
attributes:
|
||||
label: Operating System
|
||||
options:
|
||||
- Windows
|
||||
- Linux
|
||||
- MacOS
|
||||
validations:
|
||||
required: true
|
||||
39
seanime-2.9.10/.github/ISSUE_TEMPLATE/feature_request.yml
vendored
Normal file
39
seanime-2.9.10/.github/ISSUE_TEMPLATE/feature_request.yml
vendored
Normal file
@@ -0,0 +1,39 @@
|
||||
name: Feature Request
|
||||
description: Suggest an idea for the project
|
||||
title: 'feature request: '
|
||||
labels:
|
||||
- request
|
||||
body:
|
||||
- type: checkboxes
|
||||
id: '1'
|
||||
attributes:
|
||||
label: Checklist
|
||||
description: >-
|
||||
Please check the following before submitting a feature request. If you
|
||||
are unable to check all the boxes, please provide more information in the
|
||||
description.
|
||||
options:
|
||||
- label: >-
|
||||
I checked that this feature has not been requested before
|
||||
required: true
|
||||
- label: >-
|
||||
I checked that this feature is not in the "Not planned" list
|
||||
required: true
|
||||
- label: >-
|
||||
This feature will benefit the majority of users
|
||||
- type: textarea
|
||||
id: '2'
|
||||
attributes:
|
||||
label: Problem Description / Use Case
|
||||
description: >-
|
||||
Provide a detailed description of the problem you are facing or the use case you have in mind.
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: '3'
|
||||
attributes:
|
||||
label: Proposed Solution
|
||||
description: >-
|
||||
Provide a detailed description of the solution you'd like to see. If you have any ideas on how to implement the feature, please include them here.
|
||||
validations:
|
||||
required: true
|
||||
Reference in New Issue
Block a user