From 60d4849b65009639fc898ee43f0adad066bf7c9b Mon Sep 17 00:00:00 2001 From: Orsell <34631691+OrsellGit@users.noreply.github.com> Date: Sat, 9 May 2026 00:22:13 -0700 Subject: [PATCH 1/2] feat: Added new section to the issue templates to dump current addons and mounts --- .github/ISSUE_TEMPLATE/bug_report.yml | 10 +++++++++- .github/ISSUE_TEMPLATE/hl2-bug.yml | 8 ++++++++ .github/ISSUE_TEMPLATE/portal-1-bug.yml | 8 ++++++++ .github/ISSUE_TEMPLATE/portal-2-bug.yml | 8 ++++++++ 4 files changed, 33 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 5d13893..f700f86 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -14,7 +14,7 @@ body: - type: textarea attributes: label: Issue Map - description: A map that the issue occurs on. + description: A map that the issue occurs on. placeholder: | Please explicitly state what map the issue occurs on. If this is not a default map, include a download link to the BSP, VMF, or both. validations: @@ -29,6 +29,14 @@ body: 3. See error validations: required: true +- type: textarea + attributes: + label: Currently Downloaded Addons & Mounted Content + description: Please run the `workshop_list` and `path` commands in the Console and paste their outputs here please. + placeholder: | + Run `workshop_list` and `path`, paste the outputs here. + validations: + required: true - type: input attributes: label: Operating System diff --git a/.github/ISSUE_TEMPLATE/hl2-bug.yml b/.github/ISSUE_TEMPLATE/hl2-bug.yml index d6d0dc7..db5f03f 100644 --- a/.github/ISSUE_TEMPLATE/hl2-bug.yml +++ b/.github/ISSUE_TEMPLATE/hl2-bug.yml @@ -21,6 +21,14 @@ body: 3. See error validations: required: true +- type: textarea + attributes: + label: Currently Downloaded Addons & Mounted Content + description: Please run the `workshop_list` and `path` commands in the Console and paste their outputs here please. + placeholder: | + Run `workshop_list` and `path`, paste the outputs here. + validations: + required: true - type: input attributes: label: Operating System diff --git a/.github/ISSUE_TEMPLATE/portal-1-bug.yml b/.github/ISSUE_TEMPLATE/portal-1-bug.yml index a0152ca..fea3205 100644 --- a/.github/ISSUE_TEMPLATE/portal-1-bug.yml +++ b/.github/ISSUE_TEMPLATE/portal-1-bug.yml @@ -21,6 +21,14 @@ body: 3. See error validations: required: true +- type: textarea + attributes: + label: Currently Downloaded Addons & Mounted Content + description: Please run the `workshop_list` and `path` commands in the Console and paste their outputs here please. + placeholder: | + Run `workshop_list` and `path`, paste the outputs here. + validations: + required: true - type: input attributes: label: Operating System diff --git a/.github/ISSUE_TEMPLATE/portal-2-bug.yml b/.github/ISSUE_TEMPLATE/portal-2-bug.yml index ebf1049..07ec4fb 100644 --- a/.github/ISSUE_TEMPLATE/portal-2-bug.yml +++ b/.github/ISSUE_TEMPLATE/portal-2-bug.yml @@ -21,6 +21,14 @@ body: 3. See error validations: required: true +- type: textarea + attributes: + label: Currently Downloaded Addons & Mounted Content + description: Please run the `workshop_list` and `path` commands in the Console and paste their outputs here please. + placeholder: | + Run `workshop_list` and `path`, paste the outputs here. + validations: + required: true - type: input attributes: label: Operating System From 27564d89dc4938052f404ee14995f1ee93063646 Mon Sep 17 00:00:00 2001 From: Orsell <34631691+OrsellGit@users.noreply.github.com> Date: Sat, 9 May 2026 00:32:30 -0700 Subject: [PATCH 2/2] fix: Removed the "