From 19cd3361eecc3dcef966b572ded4fdfa5b4806cf Mon Sep 17 00:00:00 2001 From: Walter Pagani Date: Fri, 1 Jul 2022 13:21:22 -0300 Subject: Replace feature_request.md file with feature_request.yml file (#745) --- .github/ISSUE_TEMPLATE/feature_request.yml | 30 ++++++++++++++++++++++++++++++ .github/ISSUE_TEMPLATE/general.md | 8 -------- 2 files changed, 30 insertions(+), 8 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/feature_request.yml delete mode 100644 .github/ISSUE_TEMPLATE/general.md (limited to '.github') diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml new file mode 100644 index 0000000..f2e18d8 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -0,0 +1,30 @@ +name: Feature request +description: Suggest an idea for this project +title: '[Feature Request]: (Replace this text with a representative title)' +body: + - type: textarea + id: feature_request + attributes: + - label: Is your feature request related to a problem? Please describe. + - description: A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + validations: + required: true + - type: textarea + id: solution + attributes: + - label: Describe the solution you'd like + - description: A clear and concise description of what you want to happen. + validations: + required: true + - type: textarea + id: alternatives + attributes: + - label: Describe alternatives you've considered + - description: A clear and concise description of any alternative solutions or features you've considered. + validations: + required: true + - type: textarea + id: context + attributes: + - label: Additional context + - description: Add any other context or screenshots about the feature request here. diff --git a/.github/ISSUE_TEMPLATE/general.md b/.github/ISSUE_TEMPLATE/general.md deleted file mode 100644 index 501a94c..0000000 --- a/.github/ISSUE_TEMPLATE/general.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -name: General -about: Everything related with Git-Wiki that doesn't fit in other categories -title: "[GENERAL]" -labels: general -assignees: '' - ---- -- cgit