mirror of
https://github.com/bitwarden/android.git
synced 2024-11-24 18:36:32 +03:00
[PM-9340] Fix bug template syntax error by adding quotes to label (#3378)
This commit is contained in:
parent
9f354bf248
commit
fae92be38a
1 changed files with 1 additions and 1 deletions
2
.github/ISSUE_TEMPLATE/bug.yml
vendored
2
.github/ISSUE_TEMPLATE/bug.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue