diff options
author | Jason Youngberg <71162172+jasondyoungberg@users.noreply.github.com> | 2024-09-24 03:10:36 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-24 11:10:36 +0200 |
commit | 050f22977f7dc0ec193bf67c7ee66625abf36e5c (patch) | |
tree | 0b2d54c569fc2e51a912caa809f7c4b49e20a327 | |
parent | 319507f2a12a6751f3ab833e498a3efd3119f806 (diff) |
Update bug_report.yml to provide better instructions for finding log file (#7333)
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 68be1f5e..ffb5d5f8 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -23,7 +23,7 @@ body: attributes: label: Log file description: A log file will help our developers to better diagnose and fix the issue. - placeholder: Logs files can be found under "Logs" folder in Ryujinx program folder. You can drag and drop the log on to the text area + placeholder: Logs files can be found under "Logs" folder in Ryujinx program folder. They can also be accessed by opening Ryujinx, then going to File > Open Logs Folder. You can drag and drop the log on to the text area (do not copy paste). validations: required: true - type: input @@ -83,4 +83,4 @@ body: - Additional info about your environment: - Any other information relevant to your issue. validations: - required: false
\ No newline at end of file + required: false |