From 65e6a1fc8f71138bcd460372e340bdae9f4dd352 Mon Sep 17 00:00:00 2001 From: Alon Girmonsky <1990761+alongir@users.noreply.github.com> Date: Mon, 21 Nov 2022 12:16:10 -0800 Subject: [PATCH] Update feature_request.yml --- .github/ISSUE_TEMPLATE/feature_request.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 21ef1f2d5..42c08e851 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -17,13 +17,6 @@ body: placeholder: ex. email@example.com validations: required: false - - type: input - id: original-thread - attributes: - label: Original Thread - description: A link to the original discussion thread (e.g. Slack, Discord, Email, Verbal) - validations: - required: false - type: textarea id: the-problem attributes: @@ -31,6 +24,13 @@ body: description: Please describe the problem you are trying to solve validations: required: true + - type: input + id: original-thread + attributes: + label: Original Thread + description: A link to the original discussion thread (e.g. Slack, Discord, Email, Verbal) + validations: + required: false - type: textarea id: the-solution attributes: