mirror of
https://github.com/bitwarden/mobile.git
synced 2024-11-07 09:20:04 +01:00
8a43bb4655
* Update bug.yml to reference the new native apps * Replacing table with a GitHub Alert. https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax#alerts * Added Alert to README * Fix template syntax error * Improved bug templated and added config links * Update .github/ISSUE_TEMPLATE/config.yml Co-authored-by: Matt Bishop <mbishop@bitwarden.com> --------- Co-authored-by: Matt Bishop <mbishop@bitwarden.com>
88 lines
2.8 KiB
YAML
88 lines
2.8 KiB
YAML
name: Bug Report
|
|
description: File a bug report
|
|
labels: [bug]
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Thanks for taking the time to fill out this bug report!
|
|
|
|
> [!WARNING]
|
|
> Testing the new Bitwarden Beta apps? Submit your report in [bitwarden/android](https://github.com/bitwarden/android) or [bitwarden/ios](https://github.com/bitwarden/ios)
|
|
|
|
|
|
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.
|
|
- type: checkboxes
|
|
id: production
|
|
attributes:
|
|
label: Production Build
|
|
options:
|
|
- label: I'm using the legacy Bitwarden app pubicly available in App Store / Play Store and I'm aware that Bitwarden Beta bugs should be reported in [bitwarden/android](https://github.com/bitwarden/android) or [bitwarden/ios](https://github.com/bitwarden/ios)
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: reproduce
|
|
attributes:
|
|
label: Steps To Reproduce
|
|
description: How can we reproduce the behavior.
|
|
value: |
|
|
1. Go to '...'
|
|
2. Click on '....'
|
|
3. Scroll down to '....'
|
|
4. Click on '...'
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: expected
|
|
attributes:
|
|
label: Expected Result
|
|
description: A clear and concise description of what you expected to happen.
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: actual
|
|
attributes:
|
|
label: Actual Result
|
|
description: A clear and concise description of what is happening.
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: screenshots
|
|
attributes:
|
|
label: Screenshots or Videos
|
|
description: If applicable, add screenshots and/or a short video to help explain your problem.
|
|
- type: textarea
|
|
id: additional-context
|
|
attributes:
|
|
label: Additional Context
|
|
description: Add any other context about the problem here.
|
|
- type: dropdown
|
|
id: os
|
|
attributes:
|
|
label: Operating System
|
|
description: What operating system are you seeing the problem on?
|
|
multiple: true
|
|
options:
|
|
- Android
|
|
- iOS
|
|
validations:
|
|
required: true
|
|
- type: input
|
|
id: os-version
|
|
attributes:
|
|
label: Operating System Version
|
|
description: What version of the operating system(s) are you seeing the problem on?
|
|
- type: input
|
|
id: device
|
|
attributes:
|
|
label: Device
|
|
description: Which device are you seeing the problem on?
|
|
placeholder: iPhone 12, Samsung Galaxy S10
|
|
- type: input
|
|
id: version
|
|
attributes:
|
|
label: Build Version
|
|
description: What version of our software are you running? (go to "Settings" → "About" in the app)
|
|
validations:
|
|
required: true
|