diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 83fa547..772756c 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -5,6 +5,14 @@ body: - type: markdown attributes: value: Thanks for helping out and suggesting a new feature!! + - type: textarea + id: justification + attributes: + label: Pre-existing Issue or Justification + description: Is your feature request related to a problem? Please describe the current issue you are facing or reason this feature should be added. + placeholder: ex. I'm always frustrated when [...] + validations: + required: true - type: textarea id: description attributes: @@ -13,12 +21,6 @@ body: placeholder: ex. I would like to add a button... validations: required: true - - type: textarea - id: justification - attributes: - label: Pre-existing Issue or Justification - description: Is your feature request related to a problem? Please describe the current issue you are facing or reason this feature should be added. - placeholder: ex. I'm always frustrated when [...] - type: textarea id: context attributes: