diff --git a/.github/ISSUE_TEMPLATE/1-bug.yml b/.github/ISSUE_TEMPLATE/1-bug.yml new file mode 100644 index 0000000..21e3ad8 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/1-bug.yml @@ -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 \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/2-feature.yml b/.github/ISSUE_TEMPLATE/2-feature.yml new file mode 100644 index 0000000..d07d431 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/2-feature.yml @@ -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 \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..4dea658 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -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 \ No newline at end of file