mirror of
https://github.com/dani-garcia/vaultwarden
synced 2024-11-10 06:14:16 +00:00
Update issue template (#4882)
Updated the issue template a bit regarding some remarks in the previous pr. Also made it so that collapsing all items will show all the specific item id's instead of there types. Easy for editiing :). Signed-off-by: BlackDex <black.dex@gmail.com>
This commit is contained in:
parent
aa0fe7785a
commit
0f3f97cc76
1 changed files with 107 additions and 79 deletions
186
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
186
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
|
@ -2,19 +2,24 @@ name: Bug Report
|
||||||
description: File a bug report
|
description: File a bug report
|
||||||
labels: ["bug"]
|
labels: ["bug"]
|
||||||
body:
|
body:
|
||||||
|
#
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
value: |
|
value: |
|
||||||
Thanks for taking the time to fill out this bug report!
|
Thanks for taking the time to fill out this bug report!
|
||||||
|
|
||||||
Please do not submit feature requests or ask for help on how to configure Vaultwarden here.
|
Please *do not* submit feature requests or ask for help on how to configure Vaultwarden here.
|
||||||
|
|
||||||
The [GitHub Discussions](https://github.com/dani-garcia/vaultwarden/discussions/) has sections for Questions and Ideas.
|
The [GitHub Discussions](https://github.com/dani-garcia/vaultwarden/discussions/) has sections for Questions and Ideas.
|
||||||
|
|
||||||
Also, make sure you are running the [Latest Release](https://github.com/dani-garcia/vaultwarden/releases) of Vaultwarden!
|
Also, make sure you are running [![GitHub Release](https://img.shields.io/github/release/dani-garcia/vaultwarden.svg)](https://github.com/dani-garcia/vaultwarden/releases/latest) of Vaultwarden!
|
||||||
And search for existing open or closed issues or discussions regarding your topic before posting.
|
And search for existing open or closed issues or discussions regarding your topic before posting.
|
||||||
- type: textarea
|
|
||||||
id: support-string
|
Be sure to check and validate the Vaultwarden Admin Diagnostics (`/admin/diagnostics`) page for any errors!
|
||||||
|
See here [how to enable the admin page](https://github.com/dani-garcia/vaultwarden/wiki/Enabling-admin-page).
|
||||||
|
#
|
||||||
|
- id: support-string
|
||||||
|
type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: Vaultwarden Support String
|
label: Vaultwarden Support String
|
||||||
description: Output of the **Generate Support String** from the `/admin/diagnostics` page.
|
description: Output of the **Generate Support String** from the `/admin/diagnostics` page.
|
||||||
|
@ -25,74 +30,21 @@ body:
|
||||||
4. Replace this text by pasting it into this textarea without any modifications
|
4. Replace this text by pasting it into this textarea without any modifications
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
#
|
||||||
id: reproduce
|
- id: version
|
||||||
|
type: input
|
||||||
attributes:
|
attributes:
|
||||||
label: Steps To Reproduce
|
label: Vaultwarden Build Version
|
||||||
description: How can we reproduce the behavior.
|
description: What version of Vaultwarden are you running?
|
||||||
value: |
|
placeholder: ex. v1.31.0 or v1.32.0-3466a804
|
||||||
1. Go to '...'
|
|
||||||
2. Click on '....'
|
|
||||||
3. Scroll down to '....'
|
|
||||||
4. Click on '...'
|
|
||||||
5. Etc '...'
|
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
#
|
||||||
id: expected
|
- id: deployment
|
||||||
attributes:
|
type: dropdown
|
||||||
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: logs
|
|
||||||
attributes:
|
|
||||||
label: Logs
|
|
||||||
description: Provide the logs generated by Vaultwarden generated during the time this issue occurs.
|
|
||||||
render: text
|
|
||||||
- type: textarea
|
|
||||||
id: additional-context
|
|
||||||
attributes:
|
|
||||||
label: Additional Context
|
|
||||||
description: Add any other context about the problem here.
|
|
||||||
- type: dropdown
|
|
||||||
id: os
|
|
||||||
attributes:
|
|
||||||
label: Host/Server Operating System
|
|
||||||
description: On what operating system are running the Vaultwarden server?
|
|
||||||
multiple: true
|
|
||||||
options:
|
|
||||||
- Linux
|
|
||||||
- Windows
|
|
||||||
- macOS
|
|
||||||
- Android
|
|
||||||
- Other
|
|
||||||
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?
|
|
||||||
placeholder: ex. Arch Linux, Ubuntu 24.04, Windows 11
|
|
||||||
- type: dropdown
|
|
||||||
id: deployment
|
|
||||||
attributes:
|
attributes:
|
||||||
label: Deployment method
|
label: Deployment method
|
||||||
description: How did you deployed Vaultwarden?
|
description: How did you deploy Vaultwarden?
|
||||||
multiple: false
|
multiple: false
|
||||||
options:
|
options:
|
||||||
- Official Container Image
|
- Official Container Image
|
||||||
|
@ -103,21 +55,47 @@ body:
|
||||||
- Other method
|
- Other method
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
#
|
||||||
id: deployment-other
|
- id: deployment-other
|
||||||
|
type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: Custom deployment method
|
label: Custom deployment method
|
||||||
description: If you deployed Vaultwarden via any other method, please describe how.
|
description: If you deployed Vaultwarden via any other method, please describe how.
|
||||||
- type: input
|
#
|
||||||
id: version
|
- id: reverse-proxy
|
||||||
|
type: input
|
||||||
attributes:
|
attributes:
|
||||||
label: Vaultwarden Build Version
|
label: Reverse Proxy
|
||||||
description: What version of Vaultwarden are you running?
|
description: Are you using a reverse proxy, if so which and what version?
|
||||||
placeholder: ex. v1.31.0 or v1.32.0-3466a804
|
placeholder: ex. nginx 1.26.2, caddy 2.8.4, traefik 3.1.2, haproxy 3.0
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: dropdown
|
#
|
||||||
id: clients
|
- id: os
|
||||||
|
type: dropdown
|
||||||
|
attributes:
|
||||||
|
label: Host/Server Operating System
|
||||||
|
description: On what operating system are you running the Vaultwarden server?
|
||||||
|
multiple: false
|
||||||
|
options:
|
||||||
|
- Linux
|
||||||
|
- NAS/SAN
|
||||||
|
- Cloud
|
||||||
|
- Windows
|
||||||
|
- macOS
|
||||||
|
- Other
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
#
|
||||||
|
- id: os-version
|
||||||
|
type: input
|
||||||
|
attributes:
|
||||||
|
label: Operating System Version
|
||||||
|
description: What version of the operating system(s) are you seeing the problem on?
|
||||||
|
placeholder: ex. Arch Linux, Ubuntu 24.04, Kubernetes, Synology DSM 7.x, Windows 11
|
||||||
|
#
|
||||||
|
- id: clients
|
||||||
|
type: dropdown
|
||||||
attributes:
|
attributes:
|
||||||
label: Clients
|
label: Clients
|
||||||
description: What client(s) are you seeing the problem on?
|
description: What client(s) are you seeing the problem on?
|
||||||
|
@ -131,9 +109,59 @@ body:
|
||||||
- iOS
|
- iOS
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: input
|
#
|
||||||
id: client-version
|
- id: client-version
|
||||||
|
type: input
|
||||||
attributes:
|
attributes:
|
||||||
label: Client Version
|
label: Client Version
|
||||||
description: What version(s) of the client(s) are you seeing the problem on?
|
description: What version(s) of the client(s) are you seeing the problem on?
|
||||||
placeholder: ex. v2024.7.2
|
placeholder: ex. CLI v2024.7.2, Firefox 130 - v2024.7.0
|
||||||
|
#
|
||||||
|
- id: reproduce
|
||||||
|
type: textarea
|
||||||
|
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 '...'
|
||||||
|
5. Etc '...'
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
#
|
||||||
|
- id: expected
|
||||||
|
type: textarea
|
||||||
|
attributes:
|
||||||
|
label: Expected Result
|
||||||
|
description: A clear and concise description of what you expected to happen.
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
#
|
||||||
|
- id: actual
|
||||||
|
type: textarea
|
||||||
|
attributes:
|
||||||
|
label: Actual Result
|
||||||
|
description: A clear and concise description of what is happening.
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
#
|
||||||
|
- id: logs
|
||||||
|
type: textarea
|
||||||
|
attributes:
|
||||||
|
label: Logs
|
||||||
|
description: Provide the logs generated by Vaultwarden during the time this issue occurs.
|
||||||
|
render: text
|
||||||
|
#
|
||||||
|
- id: screenshots
|
||||||
|
type: textarea
|
||||||
|
attributes:
|
||||||
|
label: Screenshots or Videos
|
||||||
|
description: If applicable, add screenshots and/or a short video to help explain your problem.
|
||||||
|
#
|
||||||
|
- id: additional-context
|
||||||
|
type: textarea
|
||||||
|
attributes:
|
||||||
|
label: Additional Context
|
||||||
|
description: Add any other context about the problem here.
|
||||||
|
|
Loading…
Reference in a new issue