Add server questions to the bug template

This commit is contained in:
Álison Fernandes 2024-10-30 15:10:27 +00:00
parent af5baf2146
commit 287d5a3e2f
No known key found for this signature in database
GPG key ID: B8CE98903DFC87BC

View file

@ -51,6 +51,22 @@ body:
description: What version of our software are you running? description: What version of our software are you running?
validations: validations:
required: true required: true
- type: dropdown
id: server-region
attributes:
label: What server are you connecting to?
options:
- US
- EU
- Self-host
- N/A
validations:
required: true
- type: input
id: server-version
attributes:
label: Self-host Server Version
description: If self-hosting, what version of Bitwarden Server are you running?
- type: textarea - type: textarea
id: environment-details id: environment-details
attributes: attributes: