You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
92 lines
3.4 KiB
92 lines
3.4 KiB
name: Self-host Release 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] |
|
> This repository only tracks installation scripts for our self-host project. For any other Bitwarden Server issues including Bitwarden lite, please submit your report in [bitwarden/server](https://github.com/bitwarden/server) |
|
|
|
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: self-host-scripts |
|
attributes: |
|
label: Self-host installation scripts issue |
|
description: "This repository only tracks installation scripts for our self-host project, any other Bitwarden Server issues including Bitwarden lite should be reported in [bitwarden/server](https://github.com/bitwarden/server)" |
|
options: |
|
- label: "I understand this repository only tracks self-host installation scripts and any other issues should be reported in bitwarden/server" |
|
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: input |
|
id: version |
|
attributes: |
|
label: Build Version |
|
description: What version of our software are you running? |
|
validations: |
|
required: true |
|
- type: dropdown |
|
id: environment |
|
attributes: |
|
label: Environment |
|
description: Which environment (Cloud / Self-Hosted) are you using? |
|
multiple: true |
|
options: |
|
- Cloud (bitwarden.com) |
|
- Self-Hosted |
|
validations: |
|
required: true |
|
- type: textarea |
|
id: environment-details |
|
attributes: |
|
label: Environment Details |
|
description: If Self-Hosted please provide some additional environment details. |
|
placeholder: | |
|
- Operating system: [e.g. Windows 10, Mac OS Catalina] |
|
- Environment: [e.g. Docker, EKS, ECS, K8S] |
|
- Hardware: [e.g. Intel 6-core, 8GB RAM] |
|
- type: checkboxes |
|
id: issue-tracking-info |
|
attributes: |
|
label: Issue Tracking Info |
|
description: | |
|
Issue tracking information |
|
options: |
|
- 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.
|
|
|