|
| 1 | +name: Android Bug Report |
| 2 | +description: File a bug report |
| 3 | +labels: [ bug ] |
| 4 | +body: |
| 5 | + - type: markdown |
| 6 | + attributes: |
| 7 | + value: | |
| 8 | + Thanks for taking the time to fill out this bug report! |
| 9 | +
|
| 10 | + 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. |
| 11 | + - type: textarea |
| 12 | + id: reproduce |
| 13 | + attributes: |
| 14 | + label: Steps To Reproduce |
| 15 | + description: How can we reproduce the behavior. |
| 16 | + value: | |
| 17 | + 1. Go to '...' |
| 18 | + 2. Click on '...' |
| 19 | + 3. Scroll down to '...' |
| 20 | + 4. Click on '...' |
| 21 | + validations: |
| 22 | + required: true |
| 23 | + - type: textarea |
| 24 | + id: expected |
| 25 | + attributes: |
| 26 | + label: Expected Result |
| 27 | + description: A clear and concise description of what you expected to happen. |
| 28 | + validations: |
| 29 | + required: true |
| 30 | + - type: textarea |
| 31 | + id: actual |
| 32 | + attributes: |
| 33 | + label: Actual Result |
| 34 | + description: A clear and concise description of what is happening. |
| 35 | + validations: |
| 36 | + required: true |
| 37 | + - type: textarea |
| 38 | + id: screenshots |
| 39 | + attributes: |
| 40 | + label: Screenshots or Videos |
| 41 | + description: If applicable, add screenshots and/or a short video to help explain your problem. |
| 42 | + - type: textarea |
| 43 | + id: additional-context |
| 44 | + attributes: |
| 45 | + label: Additional Context |
| 46 | + description: Add any other context about the problem here. |
| 47 | + - type: input |
| 48 | + id: version |
| 49 | + attributes: |
| 50 | + label: Build Version |
| 51 | + description: What version of our software are you running? |
| 52 | + validations: |
| 53 | + required: true |
| 54 | + - type: textarea |
| 55 | + id: environment-details |
| 56 | + attributes: |
| 57 | + label: Environment Details |
| 58 | + placeholder: | |
| 59 | + - Device: [e.g. Pixel Tablet, Samsung Galaxy S24 ] |
| 60 | + - OS Version: [e.g. API 32, Tiramisu ] |
| 61 | + - type: checkboxes |
| 62 | + id: issue-tracking-info |
| 63 | + attributes: |
| 64 | + label: Issue Tracking Info |
| 65 | + description: | |
| 66 | + Issue tracking information |
| 67 | + options: |
| 68 | + - label: I understand that work is tracked outside of Github. A PR will be linked to this issue should one be opened to address it, but Bitwarden doesn't use fields like "assigned", "milestone", or "project" to track progress. |
0 commit comments