From 381552ce7f6dc6e1fcb2376af8e36e50269fcd1e Mon Sep 17 00:00:00 2001 From: forkless Date: Tue, 9 Jun 2026 14:13:15 +0200 Subject: [PATCH] update stale paths in AUDIT.md and bug report template --- .github/ISSUE_TEMPLATE/bug_report.md | 4 +++- docs/AUDIT.md | 9 ++++++--- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index a043683..519b3ca 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -25,7 +25,9 @@ What happened and what did you expect to happen? - Subnautica 2 install: (Steam, Xbox, Epic, custom) **Logs** -If available, attach `transaction.log` (located next to the binary). +If available, attach `transaction.log` (located in `logs/` under +`%LOCALAPPDATA%\NotAlterra\` on Windows or `~/.local/share/NotAlterra/` +on Linux). **Privacy** Do not paste save file contents, personal names, or full file paths. The diff --git a/docs/AUDIT.md b/docs/AUDIT.md index 03cd801..faf77ad 100644 --- a/docs/AUDIT.md +++ b/docs/AUDIT.md @@ -35,9 +35,12 @@ This feature may be re-introduced in a future release provided it does not trigg All file writes are confined to declared paths: -- `config.ini` — save-path cache, scan timestamp, disclaimer flag -- `NotAlterra_Backups/` — backup archives -- `transaction.log` — timestamped action log +- `app.ini` (under `data_local_dir/NotAlterra/config/`) — save-folder and + backup-root paths +- `backups/saves/`, `backups/ue5/` (under the backup root) — backup + archives +- `logs/transaction.log` (under `data_local_dir/NotAlterra/logs/`) — + timestamped action log No writes outside these directories. No reads beyond the Subnautica 2 Saved folder tree.