From 9fc8749d150aae01a8df11ae1a795e6dfa080816 Mon Sep 17 00:00:00 2001 From: JonKazama-Hellion Date: Mon, 4 May 2026 09:32:36 +0200 Subject: [PATCH] fix(repo): update stale ChatTwo paths in repo configs - .gitattributes: linguist-generated path was still pointing at the pre-v1.0.0 ChatTwo/Resources/ tree, which silently let the renamed HellionChat/Resources/Language.*.resx files leak into Linguist's language statistics - bug_report.yml: drop the "or ChatTwo" filter hint; the plugin only emits HellionChat.* into /xllog since the v1.0.0 standalone cut --- .gitattributes | 2 +- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitattributes b/.gitattributes index 26464c0..7dc4840 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,2 @@ # Generated files -ChatTwo/Resources/Language.*.resx linguist-generated=true \ No newline at end of file +HellionChat/Resources/Language.*.resx linguist-generated=true \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 6a86c29..59e4c1c 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -59,7 +59,7 @@ body: id: log attributes: label: Relevant /xllog excerpt - description: Filter for "HellionChat" or "ChatTwo" if the log is huge + description: Filter for "HellionChat" if the log is huge render: text - type: checkboxes