Skip to content

Commit

Permalink
Add feature request template
Browse files Browse the repository at this point in the history
  • Loading branch information
3ldor committed Nov 22, 2024
1 parent edea75c commit 6b748f1
Show file tree
Hide file tree
Showing 4 changed files with 79 additions and 8 deletions.
10 changes: 5 additions & 5 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ body:
attributes:
label: What happened?
description: |
Please describe the issue as well as you can.
Please describe the bug as well as you can.
If relevant, remember to attach any crash dumps and GSC scripts. Screenshots and screen recordings can be of help too.
validations:
required: true
Expand All @@ -35,7 +35,7 @@ body:
id: repro
attributes:
label: Steps to reproduce
description: How can we as simply and reliably as possible reproduce the issue?
description: How can we as simply and reliably as possible reproduce the bug?
placeholder: |
1.
2.
Expand All @@ -47,7 +47,7 @@ body:
id: game
attributes:
label: Affected game(s)
description: Which game(s) does the issue affect?
description: Which game(s) does the bug affect?
multiple: true
options:
- BO2 Multiplayer (T6MP)
Expand All @@ -64,7 +64,7 @@ body:
id: component
attributes:
label: Affected component(s)
description: Which component(s) does the issue affect?
description: Which component(s) does the bug affect?
multiple: true
options:
- Client (game)
Expand All @@ -76,7 +76,7 @@ body:
id: version
attributes:
label: Plutonium version
description: Which Plutonium version did the issue occur on?
description: Which Plutonium version did the bug occur on?
placeholder: "Example: r4516"
validations:
required: true
Expand Down
71 changes: 71 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
name: Feature Request
description: Request a new feature to be added.
labels: ["feature"]

body:
# Bug details
- type: markdown
attributes:
value: |
### Thanks for taking the time to fill out this feature request!
We'd prefer if you discussed the feature with us on [Discord](https://discord.gg/plutonium) before making an issue for it.
Please also search to see if an issue already exists for this feature before requesting it.
---
- type: textarea
id: summary
attributes:
label: Summary
description: Please describe the feature as well as you can.
validations:
required: true

- type: textarea
id: why
attributes:
label: Why?
description: Why should this feature be implemented? What problems does it solve? How large would the impact be?
validations:
required: true

- type: textarea
id: how
attributes:
label: Proposed solution
description: How should it be implemented?

- type: dropdown
id: game
attributes:
label: Affected game(s)
description: Which game(s) is the feature request for?
multiple: true
options:
- BO2 Multiplayer (T6MP)
- BO2 Zombies (T6ZM)
- MW3 Multiplayer (IW5MP)
- BO1 Multiplayer (T5MP)
- BO1 Zombies (T5SP)
- WaW Multiplayer (T4MP)
- WaW Co-Op/Zombies (T4SP)
validations:
required: true

- type: dropdown
id: component
attributes:
label: Affected component(s)
description: Which component(s) is the feature request for?
multiple: true
options:
- Client (game)
- Server (dedi)
validations:
required: true

- type: textarea
id: extra
attributes:
label: Additional information
description: Any additional information you'd like to add.
2 changes: 1 addition & 1 deletion .github/workflows/issue_opened.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Label issues
on:
issues:
types: [opened, reopened]
types: [opened]

env:
ISSUE_BODY: ${{ github.event.issue.body }}
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Plutonium Bug Tracker
Use this repository to report bugs.
# Plutonium Issue Tracker
Use this repository to report bugs or request features.

0 comments on commit 6b748f1

Please sign in to comment.