From 91b33ce705ea8e4b49afd2072379fca63e3132b3 Mon Sep 17 00:00:00 2001 From: Aaron <79121360+UnrealApex@users.noreply.github.com> Date: Tue, 3 Jan 2023 23:25:56 -0800 Subject: [PATCH] Create feature_request.yml --- .github/ISSUE_TEMPLATE/feature_request.yml | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/feature_request.yml diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml new file mode 100644 index 0000000..3f21e16 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -0,0 +1,25 @@ +name: Feature Request +description: Submit a feature request +title: "feature request: " +labels: [enhancement] +body: + - type: markdown + attributes: + value: | + **Before** submitting a feature request, make sure to search [existing issues](https://github.com/stevearc/oil.nvim/issues) + - type: checkboxes + attributes: + label: Did you check docs and existing issues? + description: Make sure you checked all of the below before submitting an issue + options: + - label: I have read all the docs + required: true + - label: I have searched the existing issues + required: true + - type: textarea + attributes: + label: Describe the feature you want + description: A clear and concise description of what feature you want. Is there anything similar currently implemented? + validations: + required: true +