-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #34 from OliverCullimore/issue-templates
Issue templates
- Loading branch information
Showing
3 changed files
with
109 additions
and
0 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,67 @@ | ||
name: 🐛 AndroidTV bug report | ||
description: Report a bug/issue affecting the Hydravion for AndroidTV | ||
labels: ["bug"] | ||
body: | ||
- type: checkboxes | ||
attributes: | ||
label: Checklist before submitting a bug report | ||
options: | ||
- label: This bug/issue is affecting the Hydravion for AndroidTV | ||
required: true | ||
- label: I've searched for existing [issues](https://github.com/bmlzootown/Hydravion-AndroidTV/issues?q=is:issue) and found no duplicates | ||
required: true | ||
- label: I understand that this project is run by volunteer contributors therefore completion of this issue cannot be guaranteed | ||
required: true | ||
|
||
- type: input | ||
id: devicemodel | ||
attributes: | ||
label: Device Manufacturer & Model | ||
description: Settings --> System --> About | ||
placeholder: e.g. Nvida Shield TV (P2897) | ||
validations: | ||
required: true | ||
|
||
- type: input | ||
id: osversion | ||
attributes: | ||
label: Android TV OS Version | ||
description: Settings --> System --> About | ||
placeholder: e.g. Android 14 | ||
validations: | ||
required: true | ||
|
||
- type: input | ||
id: version | ||
attributes: | ||
label: Hydravion Version | ||
description: Settings --> Apps --> See All Apps --> Hydravion | ||
placeholder: e.g. 1.4.8 | ||
validations: | ||
required: true | ||
|
||
- type: input | ||
id: subscriptions | ||
attributes: | ||
label: Whom you are subscribed to? | ||
description: Sometimes issues are subscription specific | ||
placeholder: e.g. LTT, Garbage Time, Bitwit, Lvl1 | ||
validations: | ||
required: true | ||
|
||
- type: markdown | ||
attributes: | ||
value: Please detail one bug per GitHub issue | ||
|
||
- type: textarea | ||
id: details | ||
attributes: | ||
label: Error/Issue Details | ||
description: | | ||
What is the issue you're experiencing? How can we re-produce it? | ||
Please be as specific as possible | ||
- Is the error/issue occurring on a specific channel only? | ||
- Does it only affect specific videos? | ||
- Does the issue still occur when trying to play the video at a different resolution? (Access the options menu when looking at the video description, "Select Resolution") | ||
- Can you provide any screenshots? | ||
placeholder: Detailed explanation of the issue along with replication steps |
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,29 @@ | ||
name: 🚀 AndroidTV feature request | ||
description: Feature request for the Hydravion for AndroidTV | ||
labels: ["enhancement"] | ||
body: | ||
- type: checkboxes | ||
attributes: | ||
label: Checklist before submitting a feature request | ||
options: | ||
- label: This feature request is for the Hydravion for AndroidTV | ||
required: true | ||
- label: I've searched for existing [requests](https://github.com/bmlzootown/Hydravion-AndroidTV/issues?q=is:issue) and found no duplicates | ||
required: true | ||
- label: I understand that this project is run by volunteer contributors therefore completion of this request cannot be guaranteed | ||
required: true | ||
|
||
- type: markdown | ||
attributes: | ||
value: Please detail one feature request per GitHub issue | ||
|
||
- type: textarea | ||
id: details | ||
attributes: | ||
label: New Feature Details | ||
description: | | ||
What would be the expected behavior of the new feature? | ||
Are there any links/screenshots that can be provided relating to this? | ||
placeholder: Detailed explanation of the new feature | ||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
blank_issues_enabled: true | ||
contact_links: | ||
- name: Roku issues, feedback & feature requests | ||
url: https://github.com/bmlzootown/Hydravion/issues | ||
about: Please use the Hydravion Roku issues page | ||
|
||
- name: Apple TV/tvOS issues, feedback & feature requests | ||
url: https://github.com/Jman012/Wasserflug-tvOS/issues | ||
about: Please use the Wasserflug-tvOS issues page | ||
|
||
- name: Questions | ||
url: https://discord.gg/4xKDGz5M5B | ||
about: Join the Discord server for help with regular/general questions |