Skip to content

Commit fd7ceef

Browse files
[PM-9340] Improve Bug template and adds a config link (#3380)
Co-authored-by: Matt Bishop <mbishop@bitwarden.com>
1 parent 581539b commit fd7ceef

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Android Bug Report
1+
name: Android Beta Bug Report
22
description: File a bug report
33
labels: [ bug ]
44
body:
@@ -8,7 +8,7 @@ body:
88
Thanks for taking the time to fill out this bug report!
99
1010
> [!WARNING]
11-
> 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)
11+
> 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)
1212
1313
1414
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:
1717
attributes:
1818
label: Bitwarden Beta
1919
options:
20-
- 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)"
20+
- 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)"
21+
validations:
22+
required: true
2123
- type: textarea
2224
id: reproduce
2325
attributes:

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
blank_issues_enabled: false
22
contact_links:
3+
- name: Legacy Android Bug Reports
4+
url: https://github.com/bitwarden/mobile/issues
5+
about: Bugs found in the publicly available .NET MAUI app should be reported in [bitwarden/mobile](https://github.com/bitwarden/mobile)
36
- name: Feature Requests
47
url: https://community.bitwarden.com/c/feature-requests/
58
about: Request new features using the Community Forums. Please search existing feature requests before making a new one.

0 commit comments

Comments
 (0)