aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github/ISSUE_TEMPLATE
diff options
context:
space:
mode:
Diffstat (limited to '.github/ISSUE_TEMPLATE')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.yml9
-rw-r--r--.github/ISSUE_TEMPLATE/cn-bug-report.yml9
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`
请在此粘贴相关的日志或错误信息。
内容将自动格式化为代码。