From 8ef9e9f6cca9c90f03ad7980bc3a554b7bdc536f Mon Sep 17 00:00:00 2001 From: Hielke Morsink Date: Sat, 24 Jul 2021 12:46:16 +0200 Subject: [PATCH] Add feature request form --- .github/ISSUE_TEMPLATE/feature_request.yaml | 30 +++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/feature_request.yaml diff --git a/.github/ISSUE_TEMPLATE/feature_request.yaml b/.github/ISSUE_TEMPLATE/feature_request.yaml new file mode 100644 index 0000000000..f09bfa50be --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.yaml @@ -0,0 +1,30 @@ +name: Feature request +title: "[Feature] " +description: Request a new feature to be added to OpenRCT2. +labels: +- feature + +body: +- type: markdown + attributes: + value: Before filing this request, [please check if it hasn't already been suggested before](https://github.com/OpenRCT2/OpenRCT2/issues?q=is%3Aissue+is%3Aopen+label%3Afeature). If it has, please add to the existing issue instead. + +- type: textarea + attributes: + label: Describe the feature + placeholder: Describe your feature idea here. You can paste or drag & drop attachments here. + validations: + required: true + +- type: dropdown + attributes: + label: Feature type + description: What things had an issue? Check all that apply. + multiple: true + options: + - Quality of life + - Multiplayer + - Plug-ins + - Other + validations: + required: true