mirror of
https://github.com/bitwarden/android.git
synced 2024-10-31 07:05:35 +03:00
Add server questions to the bug template
This commit is contained in:
parent
af5baf2146
commit
287d5a3e2f
1 changed files with 16 additions and 0 deletions
16
.github/ISSUE_TEMPLATE/bug.yml
vendored
16
.github/ISSUE_TEMPLATE/bug.yml
vendored
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue