Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit 39f8224

Browse files
authored
Merge pull request #186 from github-for-unity/fixes/issue-template
Issue template: Correcting path to the debug log on a mac
2 parents d4d890b + e405a73 commit 39f8224

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Have you read GitHub for Unity's Code of Conduct? By filing an Issue, you are ex
99
- Be sure to run with tracing enabled to capture runtime details in the log file
1010
- Include the log file in the PR.
1111
- On Windows, the extension log file is at `%LOCALAPPDATA%\GitHubUnity\github-unity.log`
12-
- On macOS, the extension log file is at `~/.local/share/GitHubUnity/github-unity.log`
12+
- On macOS, the extension log file is at `~/Library/Application Support/GitHubUnity/github-unity.log`
1313

1414
### Description
1515

0 commit comments

Comments
 (0)