diff --git a/.github/ISSUE_TEMPLATE/02-feature_request.yml b/.github/ISSUE_TEMPLATE/02-feature_request.yml index f0498ff1..df9eb954 100644 --- a/.github/ISSUE_TEMPLATE/02-feature_request.yml +++ b/.github/ISSUE_TEMPLATE/02-feature_request.yml @@ -1,29 +1,24 @@ name: Feature Request description: Create a feature request to help us keep track of all features you want to be added -title: "[FEATURE] " labels: [enhancement] - +assignees: ["LoJoSho"] body: - - type: "checkboxes" - id: "i-have-checked" +- type: markdown + attributes: + value: | + Please check that the feature you are requesting does not already exist *and/or* hasn't already been requested by someone else. + - type: textarea + id: description attributes: - label: "I have checked that..." - options: - - label: "...such a feature does not exist already" - required: true - - label: "...such a feature request has not been submitted already" - required: true - - type: "textarea" - id: "description" - attributes: - label: "Description" - description: "A full description of the feature" + label: Feature Description + description: A clear and concise description of what the problem is, or what feature you want to be implemented. + placeholder: A good addition would be... validations: required: true - - type: "textarea" - id: "config-changes" + - type: textarea + id: solution attributes: - label: "Config Changes" - description: "The configuration changes your feature should have" + label: Implementation Description + description: A clear and concise description of what you want to happen, and any optional **configuration changes** that need to be made. validations: required: false