From 407a29386f829ae3fcbf68723f5fba03c3aec2c3 Mon Sep 17 00:00:00 2001 From: Brian Choromanski Date: Mon, 10 Oct 2022 12:10:54 -0400 Subject: [PATCH] Updated feature request template (#11412) * Updated feature request template Signed-off-by: Brian Choromanski * Added newline to the end of file Signed-off-by: Brian Choromanski * Ran yamllint on feature_request.yml Signed-off-by: Brian Choromanski * Made proposal required Signed-off-by: Brian Choromanski Signed-off-by: Brian Choromanski --- .github/ISSUE_TEMPLATE/feature_request.md | 26 ---------------------- .github/ISSUE_TEMPLATE/feature_request.yml | 23 +++++++++++++++++++ 2 files changed, 23 insertions(+), 26 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/feature_request.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.yml diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index cf839b560..000000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,26 +0,0 @@ ---- -name: Feature request -about: Suggest an idea for this project. -title: '' -labels: '' -assignees: '' ---- - - -## Proposal -**Use case. Why is this important?** - -*“Nice to have” is not a good use case. :)* diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml new file mode 100644 index 000000000..40f6f1388 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -0,0 +1,23 @@ +--- +name: Feature request +description: Suggest an idea for this project. +body: + - type: markdown + attributes: + value: >- + Please do *NOT* ask support questions in Github issues. + + + If your issue is not a feature request or bug report use + our [community support](https://prometheus.io/community/). + + + There is also [commercial + support](https://prometheus.io/support-training/) available. + - type: textarea + attributes: + label: Proposal + description: Use case. Why is this important? + placeholder: “Nice to have” is not a good use case. :) + validations: + required: true