From 5000902d61d556960c4afe20f7624933fd914499 Mon Sep 17 00:00:00 2001 From: Ilya Fedin Date: Sat, 4 Sep 2021 12:34:09 +0400 Subject: [PATCH] Convert feature request template to the new format --- .github/ISSUE_TEMPLATE/FEATURE_REQUEST.md | 18 ------------- .github/ISSUE_TEMPLATE/FEATURE_REQUEST.yml | 30 ++++++++++++++++++++++ 2 files changed, 30 insertions(+), 18 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 b7f09b1778..0000000000 --- a/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -name: Feature request -about: Suggest an idea. -title: "[Feature Request] " - ---- - -### Is your feature request related to a problem? -A clear and concise description of what the problem is. - -### Describe the solution you'd like -A clear and concise description of what you want to happen. - -### Describe alternatives you've considered -A clear and concise description of any alternative solutions or features you've considered. - -### Additional context -Add any other context or screenshots about the feature request here. \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.yml b/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.yml new file mode 100644 index 0000000000..c12d84206c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.yml @@ -0,0 +1,30 @@ +--- +name: Feature request +description: Suggest an idea. +labels: [enhancement] +title: "[Feature Request] " +body: + - type: textarea + attributes: + label: Is your feature request related to a problem? + placeholder: A clear and concise description of what the problem is. + validations: + required: true + - type: textarea + attributes: + label: Describe the solution you'd like + placeholder: A clear and concise description of what you want to happen. + validations: + required: true + - type: textarea + attributes: + label: Describe alternatives you've considered + placeholder: A clear and concise description of any alternative solutions or features you've considered. + validations: + required: true + - type: textarea + attributes: + label: Additional context + placeholder: Add any other context or screenshots about the feature request here. + validations: + required: false