From b65ed9988020605573c6665e98d1fb7d42631a71 Mon Sep 17 00:00:00 2001 From: Doug Date: Thu, 26 Oct 2023 14:37:19 +0200 Subject: [PATCH] add body to issue template --- .github/ISSUE_TEMPLATE/newMaintainersSought.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/newMaintainersSought.yaml b/.github/ISSUE_TEMPLATE/newMaintainersSought.yaml index 2eddc93d2..619c03089 100644 --- a/.github/ISSUE_TEMPLATE/newMaintainersSought.yaml +++ b/.github/ISSUE_TEMPLATE/newMaintainersSought.yaml @@ -16,3 +16,8 @@ body: - label: I am aware that this issue will not be worked on unless other maintainers take over the project. required: true + - type: textarea + attributes: + label: Issue body + description: | + Write the content of your issue here. \ No newline at end of file