From fae92be38a03515d3e41c0fa07e9bef9d530c29f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lison=20Fernandes?= Date: Thu, 27 Jun 2024 23:38:15 +0100 Subject: [PATCH] [PM-9340] Fix bug template syntax error by adding quotes to label (#3378) --- .github/ISSUE_TEMPLATE/bug.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index bfce369a2..e2d250225 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -17,7 +17,7 @@ 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 + - 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)" - type: textarea id: reproduce attributes: