From 2b4c93f6d2699436e23faa5dc7c8dd213b4b3dd9 Mon Sep 17 00:00:00 2001 From: OneSignal Date: Fri, 22 Jul 2022 21:25:31 +0000 Subject: [PATCH] Update onesignal-ngx --- .github/ISSUE_TEMPLATE/ask-question.yml | 2 +- .github/ISSUE_TEMPLATE/bug-report.yml | 24 +++++++++++++++++++++ .github/ISSUE_TEMPLATE/general-feedback.yml | 2 +- 3 files changed, 26 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/ask-question.yml b/.github/ISSUE_TEMPLATE/ask-question.yml index 42c6589..34ec8b4 100644 --- a/.github/ISSUE_TEMPLATE/ask-question.yml +++ b/.github/ISSUE_TEMPLATE/ask-question.yml @@ -1,6 +1,6 @@ name: 🙋‍♂️ Ask a question description: Tell us what's on your mind -title: "[question]: " +title: "[Question]: " labels: ["triage"] assignees: - OneSignal/eng-developer-sdk diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index b5c9f32..7d71916 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -17,6 +17,29 @@ body: placeholder: The latest version of the SDK causes a runtime error. validations: required: true + - type: dropdown + id: browsers + attributes: + label: What browsers are you seeing the problem on? + multiple: true + options: + - Firefox + - Chrome (Chromium) + - Safari + - Microsoft Edge + - Opera + - Brave + - Other + validations: + required: true + - type: input + id: operating-system + attributes: + label: What operating system are you running? + description: Make sure to include the version. + placeholder: macOS Monterey 12.3.1 + validations: + required: true - type: textarea id: reproduction-steps attributes: @@ -44,3 +67,4 @@ body: label: Relevant log output description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks. render: Shell + diff --git a/.github/ISSUE_TEMPLATE/general-feedback.yml b/.github/ISSUE_TEMPLATE/general-feedback.yml index 5e679ed..185127d 100644 --- a/.github/ISSUE_TEMPLATE/general-feedback.yml +++ b/.github/ISSUE_TEMPLATE/general-feedback.yml @@ -1,6 +1,6 @@ name: 📣 General feedback description: Tell us what's on your mind -title: "[Bug]: " +title: "[Feedback]: " labels: ["triage"] assignees: - OneSignal/eng-developer-sdk