mirror of
https://github.com/yattee/yattee.git
synced 2024-12-22 21:43:41 +00:00
Update templates
This commit is contained in:
parent
8b5a3c2af1
commit
fbfe319b36
45
.github/ISSUE_TEMPLATE/bug-report.yaml
vendored
45
.github/ISSUE_TEMPLATE/bug-report.yaml
vendored
@ -5,61 +5,58 @@ body:
|
|||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
value: |
|
value: |
|
||||||
**README: Before You Submit Your Issue**
|
**Before You Submit Your Issue**
|
||||||
- Issues are not a place to ask support questions or discussions. Please ask any questions or discussions on the [Matrix Channel](https://matrix.to/#/#yattee:matrix.org) or [discussions page](https://github.com/yattee/yattee/discussions).
|
- This is not a right place to ask questions. Use [Discussions](https://github.com/yattee/yattee/discussions) or contact directly via [Discord](https://yattee.stream/discord) or [Matrix Channel](https://matrix.to/#/#Yattee:matrix.org)
|
||||||
- Also check the [Wiki](https://github.com/yattee/yattee/wiki) for any information or FAQs that help you with yattee.
|
|
||||||
|
|
||||||
- type: checkboxes
|
- type: checkboxes
|
||||||
attributes:
|
attributes:
|
||||||
label: Guidelines
|
label: Guidelines
|
||||||
description: Please ensure you've completed all of the following.
|
description: Please ensure you've completed the following
|
||||||
options:
|
options:
|
||||||
- label: I have searched the [issue tracker](https://github.com/yattee/yattee/issues) for a bug report but haven't found the one that I'm opening for.
|
- label: I have searched the [issue tracker](https://github.com/yattee/yattee/issues) and I haven't found bug report like this
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: Current Behavior
|
label: Current Behavior
|
||||||
description: Tell us what happened and the steps you have done to encounter this bug if possible in clear description?
|
description: Describe what happened and the steps you have done to encounter the problem
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: Expected Behavior
|
label: Expected Behavior
|
||||||
description: Tell us what you expected to happen in clear description?
|
description: Describe what you expected to happen
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
- type: input
|
- type: input
|
||||||
attributes:
|
attributes:
|
||||||
label: Device & OS Version
|
label: Device & OS Version
|
||||||
description: What Device and version are you running?
|
description: What device and operating system version are you running? You can find it in device settings
|
||||||
placeholder: e.g. iPhone (iOS 15.5)
|
placeholder: e.g. iPhone, iOS 16.1
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
- type: input
|
- type: input
|
||||||
attributes:
|
attributes:
|
||||||
label: App Version
|
label: App Build
|
||||||
description: What version are you running?
|
description: What build of the application are you running? You can find this in the bottom of the Settings page
|
||||||
placeholder: e.g. 1.4
|
placeholder: e.g. 112
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
|
|
||||||
- type: dropdown
|
|
||||||
attributes:
|
|
||||||
label: App Installation Method
|
|
||||||
options:
|
|
||||||
- TestFlight
|
|
||||||
- ipa (GitHub Releases)
|
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: App Settings
|
||||||
|
description: If the issue is related to some non-default configuration, please provide the settings you have changed
|
||||||
|
validations:
|
||||||
|
required: false
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: Crash log
|
label: Crash log
|
||||||
description: Submit your crash log if available
|
description: If you are reporing a crash, attach crash log here
|
||||||
placeholder: |
|
placeholder: |
|
||||||
1. Go to 'Settings'
|
1. Go to 'Settings'
|
||||||
2. Click on 'Privacy'
|
2. Click on 'Privacy'
|
||||||
@ -71,7 +68,7 @@ body:
|
|||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: Screenshots or Videos
|
label: Screenshots, Videos and other files
|
||||||
description: If possible, submit your screenshots or a video of the bug that you have encountered to better understanding
|
description: Submit screenshots, video of the issue or other files that can help to understand the problem better. If you are reporting issue with playback in MPV, attach [logs from MPV](https://github.com/yattee/yattee/wiki/Getting-MPV-logs)
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
|
39
.github/ISSUE_TEMPLATE/feature-request.yaml
vendored
39
.github/ISSUE_TEMPLATE/feature-request.yaml
vendored
@ -1,40 +1,39 @@
|
|||||||
name: Feature request
|
name: Feature request
|
||||||
description: Suggest an new feature or an idea to improve the existing one
|
description: Suggest an new feature or an idea to improve the existing one
|
||||||
title: "[Feature Request]: "
|
|
||||||
labels: "enhancement"
|
labels: "enhancement"
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
value: |
|
value: |
|
||||||
**README: Before You Submit Your Issue**
|
**Before You Submit Your Issue**
|
||||||
- Issues are not a place to ask support questions or discussions. Please ask any questions or discussions on the [Matrix Channel](https://matrix.to/#/#yattee:matrix.org) or [discussions page](https://github.com/yattee/yattee/discussions).
|
- This is not a right place to ask questions. Use [Discussions](https://github.com/yattee/yattee/discussions) or contact directly via [Discord](https://yattee.stream/discord) or [Matrix Channel](https://matrix.to/#/#Yattee:matrix.org)
|
||||||
- Also check the [Wiki](https://github.com/yattee/yattee/wiki) for any information or FAQs that help you with yattee.
|
|
||||||
|
|
||||||
- type: checkboxes
|
- type: checkboxes
|
||||||
attributes:
|
attributes:
|
||||||
label: Guidelines
|
label: Guidelines
|
||||||
description: Please ensure you've completed all of the following.
|
description: Please ensure you've completed the following
|
||||||
options:
|
options:
|
||||||
- label: I have searched the [issue tracker](https://github.com/yattee/yattee/issues) for the feature request but haven't found the one that I'm opening for.
|
- label: I have searched the [issue tracker](https://github.com/yattee/yattee/issues) and I haven't found feature request like this
|
||||||
required: true
|
|
||||||
|
|
||||||
- type: textarea
|
|
||||||
attributes:
|
|
||||||
label: Describe your idea or suggested feature
|
|
||||||
description: Provide a clear description of the idea or feature that you're requesting to have implemented. Also in a image/video of the feature request if available.
|
|
||||||
placeholder: The feature should work like this...
|
|
||||||
validations:
|
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
attributes:
|
attributes:
|
||||||
label: 'Labels'
|
label: Type
|
||||||
description: Please select a label that fits this feature request. Choose multiple label options, if applicable.
|
description: Please select a type that fits this request. Choose multiple options, if applicable
|
||||||
multiple: true
|
multiple: true
|
||||||
options:
|
options:
|
||||||
- ease of use improvement
|
- New feature
|
||||||
- improvement to existing feature
|
- Improvement to existing feature
|
||||||
- new feature
|
- Usability improvement
|
||||||
- visual improvement
|
- Visual improvement
|
||||||
|
- Other
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: Describe the feature
|
||||||
|
description: Provide a description of the feature that you're requesting to have implemented. You can attach screenshots or mockups to help to understand it better
|
||||||
|
placeholder: The feature should work like this...
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
22
README.md
22
README.md
@ -20,33 +20,15 @@
|
|||||||
|
|
||||||
## Features
|
## Features
|
||||||
* Native user interface built with [SwiftUI](https://developer.apple.com/xcode/swiftui/) with customization settings
|
* Native user interface built with [SwiftUI](https://developer.apple.com/xcode/swiftui/) with customization settings
|
||||||
* [SponsorBlock](https://sponsor.ajay.app/), configurable categories to skip
|
|
||||||
* Player queue and history
|
* Player queue and history
|
||||||
* Player component with custom controls, gestures and support for 4K playback
|
* Player component with custom controls, gestures and support for 4K playback
|
||||||
* Fullscreen, Picture in Picture and background audio playback
|
* Fullscreen, Picture in Picture and background audio playback
|
||||||
|
* [SponsorBlock](https://sponsor.ajay.app/), configurable categories to skip
|
||||||
### Availability
|
|
||||||
|| Invidious | Piped |
|
|
||||||
| - | - | - |
|
|
||||||
| User Accounts | ✅ | ✅ |
|
|
||||||
| Subscriptions | ✅ | ✅ |
|
|
||||||
| User Playlists | ✅ | ✅ |
|
|
||||||
| Trending | ✅ | ✅ |
|
|
||||||
| Channels | ✅ | ✅ |
|
|
||||||
| Channel Playlists | ✅ | ✅ |
|
|
||||||
| Search | ✅ | ✅ |
|
|
||||||
| Search Suggestions | ✅ | ✅ |
|
|
||||||
| Comments | ✅ | ✅ |
|
|
||||||
| Subtitles | ✅ |🔴 |
|
|
||||||
| Search Filters | ✅ | 🔴 |
|
|
||||||
| Popular | ✅ | 🔴 |
|
|
||||||
|
|
||||||
You can browse and use accounts from one app and play videos with another (for example: use Invidious account for subscriptions and use Piped as playback source). Comments can be displayed from Piped even when Invidious is used for browsing/playing.
|
|
||||||
|
|
||||||
## Documentation
|
## Documentation
|
||||||
* [Installation](https://github.com/yattee/yattee/wiki/Installation-Instructions)
|
* [Installation](https://github.com/yattee/yattee/wiki/Installation-Instructions)
|
||||||
* [Building](https://github.com/yattee/yattee/wiki/Building-instructions)
|
* [Building](https://github.com/yattee/yattee/wiki/Building-instructions)
|
||||||
* [FAQ](https://github.com/yattee/yattee/wiki)
|
* [Features](https://github.com/yattee/yattee/wiki/Features)
|
||||||
* [Screenshots Gallery](https://github.com/yattee/yattee/wiki/Screenshots-Gallery)
|
* [Screenshots Gallery](https://github.com/yattee/yattee/wiki/Screenshots-Gallery)
|
||||||
* [Tips](https://github.com/yattee/yattee/wiki/Tips)
|
* [Tips](https://github.com/yattee/yattee/wiki/Tips)
|
||||||
* [Integrations](https://github.com/yattee/yattee/wiki/Integrations)
|
* [Integrations](https://github.com/yattee/yattee/wiki/Integrations)
|
||||||
|
Loading…
Reference in New Issue
Block a user