[PM-9340] Improve Bug template and adds a config link (#3380)

Co-authored-by: Matt Bishop <mbishop@bitwarden.com>
This commit is contained in:
Álison Fernandes 2024-06-28 14:08:19 +01:00 committed by GitHub
parent 581539b0d0
commit fd7ceef2ee
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 8 additions and 3 deletions

View file

@ -1,4 +1,4 @@
name: Android Bug Report name: Android Beta Bug Report
description: File a bug report description: File a bug report
labels: [ bug ] labels: [ bug ]
body: body:
@ -8,7 +8,7 @@ body:
Thanks for taking the time to fill out this bug report! Thanks for taking the time to fill out this bug report!
> [!WARNING] > [!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. 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: attributes:
label: Bitwarden Beta label: Bitwarden Beta
options: 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 - type: textarea
id: reproduce id: reproduce
attributes: attributes:

View file

@ -1,5 +1,8 @@
blank_issues_enabled: false blank_issues_enabled: false
contact_links: 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 - name: Feature Requests
url: https://community.bitwarden.com/c/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. about: Request new features using the Community Forums. Please search existing feature requests before making a new one.