fix: Update bug reporting package list + misc tweaks

Signed-off-by: Josh <josh.t.richards@gmail.com>
This commit is contained in:
Josh 2024-08-15 22:07:22 -04:00 committed by Matthieu Gallien
parent 17eafb1221
commit 676112d210

View file

@ -72,15 +72,16 @@ body:
description: In which operating system you are running the desktop client. description: In which operating system you are running the desktop client.
options: options:
- "Windows" - "Windows"
- "Mac OS" - "macOS"
- "Linux" - "Linux"
- "Other" (e.g. FreeBSD)
validations: validations:
required: true required: true
- type: input - type: input
id: distro id: distro
attributes: attributes:
label: Which version of the operating system you are running. label: Which version of the operating system you are running.
description: In case of Linux, provide the distribution. description: In case of Linux, provide the distribution + version.
placeholder: Windows 10 placeholder: Windows 10
validations: validations:
required: true required: true
@ -90,10 +91,13 @@ body:
label: Package label: Package
description: Select installation method you used. description: Select installation method you used.
options: options:
- "Appimage" - "Official Linux AppImage"
- "Official SNAP package" - "Official Windows MSI"
- "Compiled it myself" - "Official macOS 12+ universal pkg"
- "Community FlatPak"
- "Community SNAP package"
- "Distro package manager" - "Distro package manager"
- "Compiled it myself"
- "Other" - "Other"
validations: validations:
required: true required: true
@ -102,7 +106,7 @@ body:
attributes: attributes:
label: Nextcloud Server version label: Nextcloud Server version
description: Nextcloud Server version. description: Nextcloud Server version.
placeholder: 23.0.1 placeholder: 28.0.5
validations: validations:
required: true required: true
- type: input - type: input
@ -110,7 +114,7 @@ body:
attributes: attributes:
label: Nextcloud Desktop Client version label: Nextcloud Desktop Client version
description: Nextcloud Desktop Client version. description: Nextcloud Desktop Client version.
placeholder: 3.5.0 placeholder: 3.12.0
validations: validations:
required: true required: true
- type: dropdown - type: dropdown
@ -172,7 +176,7 @@ body:
value: | value: |
## :warning: Desktop Client Logs ## :warning: Desktop Client Logs
Since 3.1: Under the "General" settings, you can click on **"Create Debug Archive"** to pick the location of where the desktop client will export the logs and the database to a zip file: https://docs.nextcloud.com/desktop/3.4/troubleshooting.html#create-debug-archive Since 3.1: Under the "General" settings, you can click on **"Create Debug Archive"** to pick the location of where the desktop client will export the logs and the database to a zip file: https://docs.nextcloud.com/desktop/3.4/troubleshooting.html#create-debug-archive
> Please attach the debug archive to this issue. > Please attach the debug archive to this issue. You can edit it down to the bug report time window to reduce size.
- type: markdown - type: markdown
attributes: attributes:
value: | value: |