Skip to content

Commit

Permalink
chore: create statistics request form
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmagic2020 committed Jun 2, 2024
1 parent 2ad722a commit ce31a60
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/ISSUE_TEMPLATE/feature_request_form.yml

This file was deleted.

28 changes: 28 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request_new_statistic_form.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: "Feature Request: New Statistic"
description: "Suggest a new statistic to be added to the dashboard."
labels: ["enhancement", "statistics"]
body:
- type: dropdown
attributes:
label: Statistic Group
description: What group do you think this new statistic should belong to?
multiple: false
options:
- Player
- Guest
- Park & Scenario
- Finance
- Stalls & Facilities
- Rides
- This is a new group
validations:
required: true
- type: textarea
attributes:
label: Feature Description
description: Describe the new statistic you would like to see on the dashboard.
validations:
required: true
- type: markdown
attributes:
value: "Thank you for suggesting a feature! We'll review your request and get back to you as soon as possible."

0 comments on commit ce31a60

Please sign in to comment.