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 "" piece, people keep leaving it behind when making issues. --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- .github/ISSUE_TEMPLATE/hl2-bug.yml | 2 +- .github/ISSUE_TEMPLATE/portal-1-bug.yml | 2 +- .github/ISSUE_TEMPLATE/portal-2-bug.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index f700f86..8b64eb5 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,6 +1,6 @@ name: Bug Report description: Submit a bug -title: "Bug: <Title>" +title: "Bug: " labels: ["Type: Bug"] body: - type: textarea diff --git a/.github/ISSUE_TEMPLATE/hl2-bug.yml b/.github/ISSUE_TEMPLATE/hl2-bug.yml index db5f03f..b942141 100644 --- a/.github/ISSUE_TEMPLATE/hl2-bug.yml +++ b/.github/ISSUE_TEMPLATE/hl2-bug.yml @@ -1,6 +1,6 @@ name: Half-Life 2 Compat Bug Report description: Submit a bug report related to Half-Life 2 maps, entities or other features in P2CE -title: "Half-Life 2 Compat Bug: <Title>" +title: "Half-Life 2 Compat Bug: " labels: ["Type: Bug", "Priority: Very Low", "Compat: Half-Life 2"] body: - type: textarea diff --git a/.github/ISSUE_TEMPLATE/portal-1-bug.yml b/.github/ISSUE_TEMPLATE/portal-1-bug.yml index fea3205..d196cdd 100644 --- a/.github/ISSUE_TEMPLATE/portal-1-bug.yml +++ b/.github/ISSUE_TEMPLATE/portal-1-bug.yml @@ -1,6 +1,6 @@ name: Portal 1 Compat Bug Report description: Submit a bug report related to Portal 1 maps, entities or other features in P2CE -title: "Portal 1 Compat Bug: <Title>" +title: "Portal 1 Compat Bug: " labels: ["Type: Bug", "Compat: Portal 1"] body: - type: textarea diff --git a/.github/ISSUE_TEMPLATE/portal-2-bug.yml b/.github/ISSUE_TEMPLATE/portal-2-bug.yml index 07ec4fb..10d111b 100644 --- a/.github/ISSUE_TEMPLATE/portal-2-bug.yml +++ b/.github/ISSUE_TEMPLATE/portal-2-bug.yml @@ -1,6 +1,6 @@ name: Portal 2 Compat Bug Report description: Submit a bug report related to the Portal 2 campaign in P2CE -title: "Portal 2 Compat Bug: <Title>" +title: "Portal 2 Compat Bug: " labels: ["Type: Bug", "Compat: Portal 2"] body: - type: textarea