diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 42b2b786..92852256 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -42,6 +42,9 @@ Add any other context about the problem here. **Error message** You can find logs in these locations -- Windows: `C:\Users\\AppData\Local\Rare\Rare\cache\logs` -- Linux: `~/.cache/Rare/Rare/logs` -- masOS: `/Users//Library/Caches/Rare/Rare/logs` + +| OS | Path | +|---------|----------------------------------------------------------| +| Windows | `C:\Users\\AppData\Local\Rare\Rare\cache\logs` | +| Linux | `/home//.cache/Rare/Rare/logs` | +| masOS | `/Users//Library/Caches/Rare/Rare/logs` |