diff options
author | bunnei <bunneidev@gmail.com> | 2023-06-02 23:58:04 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-02 23:58:04 -0700 |
commit | e931bb8c44742026c05e772c29e3f1d8b987734a (patch) | |
tree | 7823a5fed41d4dab5b875fbcbe8cff3c81b9f0d2 | |
parent | 9d7131bc82bfcc403a43f178b84f22d14115ea7a (diff) | |
parent | 206fe987e1f5aebcdfb9857714b630db598073ac (diff) |
Merge pull request #10575 from bm01/issue-template
issue_template: Add link to website, Getting Log Files
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 1405ccce8..a28f0473f 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -43,7 +43,7 @@ body: id: log attributes: label: Log File - description: A log file will help our developers to better diagnose and fix the issue. + description: A log file will help our developers to better diagnose and fix the issue. Instructions can be found [here](https://yuzu-emu.org/help/reference/log-files). validations: required: true - type: textarea |