aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github/ISSUE_TEMPLATE/bug_report.yml
diff options
context:
space:
mode:
authorBegonia, HE <163421589+BegoniaHe@users.noreply.github.com>2026-01-16 04:13:12 +0100
committerBegonia, HE <163421589+BegoniaHe@users.noreply.github.com>2026-01-16 04:13:12 +0100
commit390ad02a7d24d0ebb902d0af8722106606638efe (patch)
treecd6e1246bef843ef5f83040a2432de18911f150b /.github/ISSUE_TEMPLATE/bug_report.yml
parentc8d8c1ea53c175b95c731468447f25a96a9a9803 (diff)
downloadDropOut-390ad02a7d24d0ebb902d0af8722106606638efe.tar.gz
DropOut-390ad02a7d24d0ebb902d0af8722106606638efe.zip
docs: update log file locations in bug report templates
Update log file paths to reflect actual application structure: - macOS: /Users/begonia/Library/Application Support/com.dropout.launcher/logs - Linux: /Users/begonia/.local/share/com.dropout.launcher - Remove Windows placeholder as not yet defined
Diffstat (limited to '.github/ISSUE_TEMPLATE/bug_report.yml')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.yml9
1 files changed, 4 insertions, 5 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml
index 8bc5903..732a640 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.yml
+++ b/.github/ISSUE_TEMPLATE/bug_report.yml
@@ -169,12 +169,11 @@ body:
attributes:
label: Logs and Error Messages
description: |
- **📝 TODO: Add instructions for users on how to find and generate log files**
+ Please provide relevant logs or error messages to help diagnose the issue.
- Examples:
- - For Windows: Logs are typically located in `%APPDATA%/DropOut/logs/`
- - For macOS: Logs are in `~/Library/Application Support/DropOut/logs/`
- - For Linux: Logs are in `~/.config/DropOut/logs/`
+ **Log file locations:**
+ - **macOS**: `$HOME/Library/Application Support/com.dropout.launcher/logs`
+ - **Linux**: `$HOME/.local/share/com.dropout.launcher`
Please paste any relevant logs or error messages here.
This will be automatically formatted as code.