From 8a43bb465515d3a775e60eb083cf88ef0e3e70c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lison=20Fernandes?= Date: Wed, 3 Jul 2024 13:26:39 +0100 Subject: [PATCH] [PM-9340] Updates the Bugs template to reference the new native apps (#3336) * Update bug.yml to reference the new native apps * Replacing table with a GitHub Alert. https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax#alerts * Added Alert to README * Fix template syntax error * Improved bug templated and added config links * Update .github/ISSUE_TEMPLATE/config.yml Co-authored-by: Matt Bishop --------- Co-authored-by: Matt Bishop --- .github/ISSUE_TEMPLATE/bug.yml | 18 ++++++++++++------ .github/ISSUE_TEMPLATE/config.yml | 6 ++++++ README.md | 4 ++++ 3 files changed, 22 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index dbd72f339..e81ea9116 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -6,8 +6,20 @@ body: attributes: value: | Thanks for taking the time to fill out this bug report! + + > [!WARNING] + > Testing the new Bitwarden Beta apps? Submit your report in [bitwarden/android](https://github.com/bitwarden/android) or [bitwarden/ios](https://github.com/bitwarden/ios) + Please do not submit feature requests. The [Community Forums](https://community.bitwarden.com) has a section for submitting, voting for, and discussing product feature requests. + - type: checkboxes + id: production + attributes: + label: Production Build + options: + - label: I'm using the legacy Bitwarden app pubicly available in App Store / Play Store and I'm aware that Bitwarden Beta bugs should be reported in [bitwarden/android](https://github.com/bitwarden/android) or [bitwarden/ios](https://github.com/bitwarden/ios) + validations: + required: true - type: textarea id: reproduce attributes: @@ -73,9 +85,3 @@ body: description: What version of our software are you running? (go to "Settings" → "About" in the app) validations: required: true - - type: checkboxes - id: beta - attributes: - label: Beta - options: - - label: Using a pre-release version of the application. diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index ee97fe77e..51519c1c3 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,5 +1,11 @@ blank_issues_enabled: false contact_links: + - name: Native Android Beta Bug Reports + url: https://github.com/bitwarden/android/issues + about: Bugs found in the new native Android Beta app should be reported in [bitwarden/android](https://github.com/bitwarden/android) + - name: Native iOS BETA Bug Reports + url: https://github.com/bitwarden/ios/issues + about: Bugs found in the new native iOS Beta app should be reported in [bitwarden/ios](https://github.com/bitwarden/ios) - name: Customer Support url: https://bitwarden.com/contact/ about: Please contact our customer support for account issues and general customer support. diff --git a/README.md b/README.md index 7ce00cebd..b52ff6da9 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,10 @@ # Bitwarden Mobile Application +> [!TIP] +> Looking for the new native apps? Head on over to [bitwarden/android](https://github.com/bitwarden/android) and [bitwarden/ios](https://github.com/bitwarden/ios) + + Get it on Google Play Get it on F-Droid The Bitwarden mobile application is written in C# using .NET MAUI.