From 3425d01853b139e00474b31b8de35d3a17111780 Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Wed, 5 Apr 2023 16:22:28 -0700 Subject: [PATCH] Create feature-requests.yml --- .github/DISCUSSION_TEMPLATE/feature-requests.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/DISCUSSION_TEMPLATE/feature-requests.yml diff --git a/.github/DISCUSSION_TEMPLATE/feature-requests.yml b/.github/DISCUSSION_TEMPLATE/feature-requests.yml new file mode 100644 index 000000000..b24abdb46 --- /dev/null +++ b/.github/DISCUSSION_TEMPLATE/feature-requests.yml @@ -0,0 +1,14 @@ +title: "[Feature Request] " +body: + - type: textarea + id: description + attributes: + label: Description + description: A clear and concise description of what you would like to see. + validations: + required: true + - type: textarea + id: other + attributes: + label: Other + description: Add any other context or information about the feature request here.