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)
+
+
The Bitwarden mobile application is written in C# using .NET MAUI.