From c810af33581c5319bf9bbac46b6f8643e0fd79f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Famke=20Ba=CC=88uerle?= Date: Mon, 24 Jun 2024 14:16:09 +0200 Subject: [PATCH] new sections for further module info --- .github/ISSUE_TEMPLATE/new_module.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/new_module.yml b/.github/ISSUE_TEMPLATE/new_module.yml index 2d3e9d473b6..a8b822e2a24 100644 --- a/.github/ISSUE_TEMPLATE/new_module.yml +++ b/.github/ISSUE_TEMPLATE/new_module.yml @@ -27,6 +27,13 @@ body: - label: I have searched for existing issues required: true + - type: textarea + attributes: + label: Further Information + description: Is there a website, github repo or conda package? If yes enter the link here. + validations: + required: false + - type: checkboxes attributes: label: Are you going to work on this?