Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Update bug reporting package list + misc tweaks #7006

Merged
merged 1 commit into from
Aug 21, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 12 additions & 8 deletions .github/ISSUE_TEMPLATE/BUG_REPORT.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,15 +72,16 @@ body:
description: In which operating system you are running the desktop client.
options:
- "Windows"
- "Mac OS"
- "macOS"
- "Linux"
- "Other" (e.g. FreeBSD)
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Crap I messed up the quotes on this line. Fix pending in a follow-up. Currently breaks bug reports. :)

validations:
required: true
- type: input
id: distro
attributes:
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
validations:
required: true
Expand All @@ -90,10 +91,13 @@ body:
label: Package
description: Select installation method you used.
options:
- "Appimage"
- "Official SNAP package"
- "Compiled it myself"
- "Official Linux AppImage"
- "Official Windows MSI"
- "Official macOS 12+ universal pkg"
- "Community FlatPak"
- "Community SNAP package"
- "Distro package manager"
- "Compiled it myself"
- "Other"
validations:
required: true
Expand All @@ -102,15 +106,15 @@ body:
attributes:
label: Nextcloud Server version
description: Nextcloud Server version.
placeholder: 23.0.1
placeholder: 28.0.5
validations:
required: true
- type: input
id: client-version
attributes:
label: Nextcloud Desktop Client version
description: Nextcloud Desktop Client version.
placeholder: 3.5.0
placeholder: 3.12.0
validations:
required: true
- type: dropdown
Expand Down Expand Up @@ -172,7 +176,7 @@ body:
value: |
## :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
> 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
attributes:
value: |
Expand Down
Loading