From 0a39615077d5f812b9f47881138a289a7678d8c8 Mon Sep 17 00:00:00 2001 From: George Cushen Date: Thu, 25 Aug 2022 23:15:29 +0100 Subject: [PATCH] chore: migrate GH issue template to issue form See https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository#creating-issue-forms --- .github/ISSUE_TEMPLATE/feature-request.yml | 25 +++++++++++----------- 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml index e6d00abf..c838f8d1 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yml +++ b/.github/ISSUE_TEMPLATE/feature-request.yml @@ -6,23 +6,24 @@ assignees: [] body: - type: checkboxes attributes: - label: Prerequisites - description: Take a minute to help our open source contributors. - options: - - label: I have [searched](https://github.com/wowchemy/wowchemy-hugo-themes/issues?q=is%3Aissue) for duplicate or closed feature requests - - label: I am mindful of the project [scope](https://github.com/wowchemy/wowchemy-hugo-themes/blob/main/.github/contributing.md#scope) - required: true + label: Prerequisites + description: Take a minute to help our open source contributors. + options: + - label: I have [searched](https://github.com/wowchemy/wowchemy-hugo-themes/issues?q=is%3Aissue) for duplicate or closed feature requests + required: true + - label: I am mindful of the project [scope](https://github.com/wowchemy/wowchemy-hugo-themes/blob/main/.github/contributing.md#scope) + required: true - type: textarea id: proposal attributes: - label: Proposal - description: Provide detailed information for what we should add, including relevant links to screenshots, code, or live demos whenever possible. + label: Proposal + description: Provide detailed information for what we should add, including relevant links to screenshots, code, or live demos whenever possible. validations: - required: true + required: true - type: textarea id: motivation attributes: - label: Motivation and context - description: Tell us why this change is needed or helpful, and what problems it may help solve. + label: Motivation and context + description: Tell us why this change is needed or helpful, and what problems it may help solve. validations: - required: true + required: true