From aaa756daa46d7254c6f57b71fde63aeeefc5c38b Mon Sep 17 00:00:00 2001 From: Shruti Priya <95247462+ipshruti@users.noreply.github.com> Date: Thu, 6 Mar 2025 20:16:59 +0000 Subject: [PATCH] Remove "Steps to Resolve" from documentation issue template --- .github/ISSUE_TEMPLATE/documentation.yml | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/documentation.yml b/.github/ISSUE_TEMPLATE/documentation.yml index dcf33b02e..2d9c925b0 100644 --- a/.github/ISSUE_TEMPLATE/documentation.yml +++ b/.github/ISSUE_TEMPLATE/documentation.yml @@ -28,6 +28,7 @@ body: options: - label: "This issue is not a question, feature request, RFC, or anything other than a bug report. Please post those things in GitHub Discussions: https://github.com/nebari-dev/nebari/discussions" required: true + - type: textarea validations: required: true @@ -37,19 +38,6 @@ body: What problem(s) did you run into that caused you to request a fix to the documentation or additional documentation? What questions do you think we should answer? - - type: textarea - validations: - required: true - attributes: - label: Steps to Resolve this Issue - description: | - How can the problem be solved? Are there any additional steps required? Do any other pages need to be updated? - value: | - 1. - 2. - 3. - ... - - type: markdown attributes: value: >