diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 5d13893..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: "Bug: " labels: ["Type: Bug"] body: - type: textarea @@ -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..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 @@ -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..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 @@ -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..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 @@ -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