generated from Basssiiie/OpenRCT2-Simple-Typescript-Template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: create statistics request form
- Loading branch information
1 parent
2ad722a
commit ce31a60
Showing
2 changed files
with
28 additions
and
13 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
28 changes: 28 additions & 0 deletions
28
.github/ISSUE_TEMPLATE/feature_request_new_statistic_form.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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." |