From fd7ceef2eebc69cf94cf8776e2edab6711d6cc45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lison=20Fernandes?= Date: Fri, 28 Jun 2024 14:08:19 +0100 Subject: [PATCH] [PM-9340] Improve Bug template and adds a config link (#3380) Co-authored-by: Matt Bishop --- .github/ISSUE_TEMPLATE/bug.yml | 8 +++++--- .github/ISSUE_TEMPLATE/config.yml | 3 +++ 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index e2d2502257..f12fda561d 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -1,4 +1,4 @@ -name: Android Bug Report +name: Android Beta Bug Report description: File a bug report labels: [ bug ] body: @@ -8,7 +8,7 @@ body: Thanks for taking the time to fill out this bug report! > [!WARNING] - > This is the new native Bitwarden Beta app repository. For the pubicly available apps in App Store / Play Store, submit your report in [bitwarden/mobile](https://github.com/bitwarden/mobile) + > This is the new native Bitwarden Beta app repository. For the publicly available apps in App Store / Play Store, submit your report in [bitwarden/mobile](https://github.com/bitwarden/mobile) 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. @@ -17,7 +17,9 @@ body: attributes: label: Bitwarden Beta options: - - label: "Using the new native Bitwarden Beta app. Note: Bugs found in the legacy .NET apps should be reported in bitwarden/mobile](https://github.com/bitwarden/mobile)" + - label: "I'm using the new native Bitwarden Beta app and I'm aware that legacy .NET app bugs should be reported in [bitwarden/mobile](https://github.com/bitwarden/mobile)" + validations: + required: true - type: textarea id: reproduce attributes: diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 61d7e2b96f..8595a101d1 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,5 +1,8 @@ blank_issues_enabled: false contact_links: + - name: Legacy Android Bug Reports + url: https://github.com/bitwarden/mobile/issues + about: Bugs found in the publicly available .NET MAUI app should be reported in [bitwarden/mobile](https://github.com/bitwarden/mobile) - name: Feature Requests url: https://community.bitwarden.com/c/feature-requests/ about: Request new features using the Community Forums. Please search existing feature requests before making a new one.