Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 10 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Bug Report
description: Submit a bug
title: "Bug: <Title>"
title: "Bug: "
labels: ["Type: Bug"]
body:
- type: textarea
Expand All @@ -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:
Expand All @@ -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
Expand Down
10 changes: 9 additions & 1 deletion .github/ISSUE_TEMPLATE/hl2-bug.yml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down
10 changes: 9 additions & 1 deletion .github/ISSUE_TEMPLATE/portal-1-bug.yml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down
10 changes: 9 additions & 1 deletion .github/ISSUE_TEMPLATE/portal-2-bug.yml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down