diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 119acc654dbf..3a7661e4693d 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -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"