From f43a1e3ece64b1e2b336d5dfdf2d203c06996dea Mon Sep 17 00:00:00 2001 From: Milas Bowman Date: Thu, 13 Oct 2022 14:30:46 -0400 Subject: [PATCH] github: add feature request template Signed-off-by: Milas Bowman --- .github/ISSUE_TEMPLATE/feature_request.yaml | 13 +++++++++++++ 1 file changed, 13 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 00000000000..677a1684fc0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.yaml @@ -0,0 +1,13 @@ +name: Feature request +description: Missing functionality? Come tell us about it! +labels: + - kind/feature + - status/0-triage +body: + - type: textarea + id: description + attributes: + label: Description + description: What is the feature you want to see? + validations: + required: true