From 3d332e97b09b9f4427ac6ac435024b4002995393 Mon Sep 17 00:00:00 2001 From: Gernot Zwantschko Date: Mon, 25 Sep 2023 16:32:21 +0200 Subject: [PATCH 1/2] updated issue template --- .github/ISSUE_TEMPLATE/bug_template.yaml | 94 ------------------------ .github/ISSUE_TEMPLATE/config.yml | 3 + 2 files changed, 3 insertions(+), 94 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/bug_template.yaml diff --git a/.github/ISSUE_TEMPLATE/bug_template.yaml b/.github/ISSUE_TEMPLATE/bug_template.yaml deleted file mode 100644 index d2fd84ee..00000000 --- a/.github/ISSUE_TEMPLATE/bug_template.yaml +++ /dev/null @@ -1,94 +0,0 @@ -name: 🐞 Bug -description: Report a Bug you encountered in our Player React Native SDK. -title: '' -labels: [Bug] -body: - - type: markdown - attributes: - value: | - Thank you for helping us make our library better by providing this bug report. - - Please note that any Issues raised in Github aren’t covered by any SLA a customer might be eligible for. Only Tickets that are raised through the dashboard are considered by Support SLAs. - - type: checkboxes - attributes: - label: Is there an existing issue for this? - description: Please search to see if an issue already exists for the bug you encountered. - options: - - label: I have searched the existing issues - required: true - - type: textarea - attributes: - label: Current Behavior - description: A concise description of what you're experiencing. - validations: - required: true - - type: textarea - attributes: - label: Expected Behavior - description: A concise description of what you expected to happen. - validations: - required: true - - type: textarea - attributes: - label: Steps To Reproduce - description: Steps to reproduce the behavior. - placeholder: | - 1. In this environment... - 2. With this config... - 3. Run '...' - 4. See error... - validations: - required: false - - type: checkboxes - attributes: - label: What platform(s) are you experiencing the issue on? - description: Please select all platforms which are affected by the bug. - options: - - label: Android - - label: Android TV / Fire TV - - label: iOS - - label: tvOS - - type: input - attributes: - label: Player React Native SDK version - description: Please provide the version of the SDK you are experiencing the issue with. - validations: - required: true - - type: textarea - attributes: - label: Device - description: Please provide as much detail as possible about the device(s) on which you experience the issue. - placeholder: | - - Device: - - Operating System and version: - - ... - validations: - required: false - - type: textarea - attributes: - label: Environment - description: Please provide as much detail as possible about the environment with which you experience the issue. - placeholder: | - - React version: - - React Native version: - - Node version: - - Gradle version: - - Android Gradle Plugin version: - - Xcode version: - - Minimum deployment target for iOS/tvOS: - validations: - required: false - - type: input - attributes: - label: Stream URL (Optional) - description: To help us reproduce the bug, you can provide us with the URL of your stream. - validations: - required: false - - type: textarea - attributes: - label: Additional information / Code snippets / Screenshots - description: | - Anything that will give us more context about the issue you are encountering. - Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in. - validations: - required: false diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index f7cb1496..17bcfcee 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,5 +1,8 @@ blank_issues_enabled: false contact_links: + - name: Report a Bug + url: https://dashboard.bitmovin.com/support/tickets + about: Report a Bug you encountered in our Player Flutter SDK in your Bitmovin Customer Dashboard. - name: Feature Requests url: https://community.bitmovin.com/t/how-to-submit-a-feature-request-to-us/1463 about: Learn how to suggest new features for our Player SDKs. From 97e37e15985a5addd352d49d320aaaa60e584c25 Mon Sep 17 00:00:00 2001 From: Gernot <SInCE@users.noreply.github.com> Date: Mon, 25 Sep 2023 20:31:58 +0200 Subject: [PATCH 2/2] Update config.yml Co-authored-by: Mr. Graf <pleaselou@gmx.net> --- .github/ISSUE_TEMPLATE/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 17bcfcee..e0ec6ecc 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -2,7 +2,7 @@ blank_issues_enabled: false contact_links: - name: Report a Bug url: https://dashboard.bitmovin.com/support/tickets - about: Report a Bug you encountered in our Player Flutter SDK in your Bitmovin Customer Dashboard. + about: Report a Bug you encountered in our Player React Native SDK in your Bitmovin Customer Dashboard. - name: Feature Requests url: https://community.bitmovin.com/t/how-to-submit-a-feature-request-to-us/1463 about: Learn how to suggest new features for our Player SDKs.