diff --git a/.github/ISSUE_TEMPLATE/article_form.yml b/.github/ISSUE_TEMPLATE/article_form.yml index 3df6b6d..574cfe2 100644 --- a/.github/ISSUE_TEMPLATE/article_form.yml +++ b/.github/ISSUE_TEMPLATE/article_form.yml @@ -77,14 +77,15 @@ body: validations: required: true -- type: checkboxes - attributes: - label: Code of Conduct - description: The Code of Conduct helps create a safe space for everyone. We require - that everyone agrees to it. - options: - - label: I agree to follow this project's [Code of Conduct](link/to/coc) - required: true -- type: markdown - attributes: - value: "Thanks for completing our form!" \ No newline at end of file + - type: checkboxes + attributes: + label: Code of Conduct + description: The Code of Conduct helps create a safe space for everyone. We require + that everyone agrees to it. + options: + - label: I agree to follow this project's [Code of Conduct](link/to/coc) + required: true + + - type: markdown + attributes: + value: "Thanks for completing our form!" \ No newline at end of file