From f15a01fc210c98dfa3cf88d494617e6703293905 Mon Sep 17 00:00:00 2001 From: abbycross Date: Mon, 9 Oct 2023 14:18:07 -0400 Subject: [PATCH 1/4] Update new-content.yaml fixing yaml --- .github/ISSUE_TEMPLATE/new-content.yaml | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/new-content.yaml b/.github/ISSUE_TEMPLATE/new-content.yaml index 4d5dec9dbd6..9c7b65632ee 100644 --- a/.github/ISSUE_TEMPLATE/new-content.yaml +++ b/.github/ISSUE_TEMPLATE/new-content.yaml @@ -26,12 +26,15 @@ body: validations: required: true - - type: radio - attributes: - label: If this new content request is accepted, will you write a draft the content, or help the team draft it? - options: - one: I will write a draft of the proposed content - two: I can help the team by providing enough information to write the material - three: I only want to review the material when it's finished - validations: - required: true \ No newline at end of file + - type: dropdown + attributes: + label: If this new content request is accepted, will you write a draft the content, or help the team draft it? + description: + multiple: false + options: + - I will write a draft of the proposed content + - I can help the team by providing enough information to write the material + - I only want to review the material when it's finished + default: 0 + validations: + required: true From 5ae9ad2cf1177916a56504934797e1da1bcc2fb1 Mon Sep 17 00:00:00 2001 From: ABBY CROSS Date: Mon, 9 Oct 2023 14:40:08 -0400 Subject: [PATCH 2/4] indentation --- .github/ISSUE_TEMPLATE/new-content.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/new-content.yaml b/.github/ISSUE_TEMPLATE/new-content.yaml index 9c7b65632ee..9a7c64ce479 100644 --- a/.github/ISSUE_TEMPLATE/new-content.yaml +++ b/.github/ISSUE_TEMPLATE/new-content.yaml @@ -36,5 +36,5 @@ body: - I can help the team by providing enough information to write the material - I only want to review the material when it's finished default: 0 - validations: + validations: required: true From 5c70e0dd53f076e7b00804df24f848ab36268de4 Mon Sep 17 00:00:00 2001 From: ABBY CROSS Date: Mon, 9 Oct 2023 14:42:11 -0400 Subject: [PATCH 3/4] more indent --- .github/ISSUE_TEMPLATE/new-content.yaml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/new-content.yaml b/.github/ISSUE_TEMPLATE/new-content.yaml index 9a7c64ce479..7b6c4370b61 100644 --- a/.github/ISSUE_TEMPLATE/new-content.yaml +++ b/.github/ISSUE_TEMPLATE/new-content.yaml @@ -27,14 +27,14 @@ body: required: true - type: dropdown - attributes: - label: If this new content request is accepted, will you write a draft the content, or help the team draft it? - description: - multiple: false - options: - - I will write a draft of the proposed content - - I can help the team by providing enough information to write the material - - I only want to review the material when it's finished - default: 0 - validations: - required: true + attributes: + label: If this new content request is accepted, will you write a draft the content, or help the team draft it? + description: + multiple: false + options: + - I will write a draft of the proposed content + - I can help the team by providing enough information to write the material + - I only want to review the material when it's finished + default: 0 + validations: + required: true From ceb6b7d5f38149f4bab20a1cdd2ec0b079cd9af9 Mon Sep 17 00:00:00 2001 From: ABBY CROSS Date: Mon, 9 Oct 2023 14:45:38 -0400 Subject: [PATCH 4/4] fixy fixy fix --- .github/ISSUE_TEMPLATE/new-content.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/new-content.yaml b/.github/ISSUE_TEMPLATE/new-content.yaml index 7b6c4370b61..9af9435f9c6 100644 --- a/.github/ISSUE_TEMPLATE/new-content.yaml +++ b/.github/ISSUE_TEMPLATE/new-content.yaml @@ -36,5 +36,5 @@ body: - I can help the team by providing enough information to write the material - I only want to review the material when it's finished default: 0 - validations: + validations: required: true