diff options
| author | 2026-01-16 04:13:12 +0100 | |
|---|---|---|
| committer | 2026-01-16 04:13:12 +0100 | |
| commit | 390ad02a7d24d0ebb902d0af8722106606638efe (patch) | |
| tree | cd6e1246bef843ef5f83040a2432de18911f150b /.github/ISSUE_TEMPLATE | |
| parent | c8d8c1ea53c175b95c731468447f25a96a9a9803 (diff) | |
| download | DropOut-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')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.yml | 9 | ||||
| -rw-r--r-- | .github/ISSUE_TEMPLATE/cn-bug-report.yml | 9 |
2 files changed, 8 insertions, 10 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. diff --git a/.github/ISSUE_TEMPLATE/cn-bug-report.yml b/.github/ISSUE_TEMPLATE/cn-bug-report.yml index 1fbe3bc..cd55735 100644 --- a/.github/ISSUE_TEMPLATE/cn-bug-report.yml +++ b/.github/ISSUE_TEMPLATE/cn-bug-report.yml @@ -169,12 +169,11 @@ body: attributes: label: 日志和错误信息 description: | - **📝 TODO: 在此添加用户如何查找和生成日志文件的说明** + 请提供相关的日志或错误信息以帮助诊断问题。 - 示例位置: - - Windows: 日志通常位于 `%APPDATA%/DropOut/logs/` - - macOS: 日志位于 `~/Library/Application Support/DropOut/logs/` - - Linux: 日志位于 `~/.config/DropOut/logs/` + **日志文件位置:** + - **macOS**: `$HOME/Library/Application Support/com.dropout.launcher/logs` + - **Linux**: `$HOME/.local/share/com.dropout.launcher` 请在此粘贴相关的日志或错误信息。 内容将自动格式化为代码。 |