Skip to content
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
9 changes: 2 additions & 7 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,19 +66,14 @@ body:
attributes:
value: |
> [!IMPORTANT]
> Please **upload** the log file by clicking "Attach files".
>
> The log file can be accessed from **Settings → About → Open log location**. If you cannot access the UI, you can locate the file [manually](https://files.community/docs/getting-started/faq#:~:text=How%20to%20Locate%20the%20Log%20File).
>
> Feel free to remove potentially sensitive information such as usernames or drive names before uploading the file.

# Log File
- type: textarea
- type: upload
attributes:
label: Log File
description: |
Please upload the log file as an attachment (DO NOT COPY OR PASTE THE CONTENTS INTO THIS FIELD)
placeholder: |
Please upload the log file as an attachment (DO NOT COPY OR PASTE THE CONTENTS INTO THIS FIELD)
validations:
required: true
accept: ".png,.jpg,.log,.txt"
Loading