From f4ba9b66c9cdbc0942402c6281c5e83409fbad22 Mon Sep 17 00:00:00 2001 From: Florian Heilmann Date: Fri, 19 Jan 2024 00:44:45 +0100 Subject: [PATCH] Add issue template for mod adoption [skip ci] --- .github/ISSUE_TEMPLATE/adopt-mod.yaml | 32 +++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/adopt-mod.yaml diff --git a/.github/ISSUE_TEMPLATE/adopt-mod.yaml b/.github/ISSUE_TEMPLATE/adopt-mod.yaml new file mode 100644 index 000000000..3e7a83ca7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/adopt-mod.yaml @@ -0,0 +1,32 @@ +name: I want to adopt an orphaned mod +description: You have found a mod that has been abandoned by the original author and want to update/support it? Please use this mod adoption template to let us know. +title: "[MOD ADOPTION] " +labels: + - Mod Adoption +body: +- type: textarea + attributes: + label: Which mod do you want to adopt? + placeholder: FHeilmann/flux_capacitor + validations: + required: true +- type: textarea + attributes: + label: Describe your plans for the mod + description: Do you want to update/extend/fix the mod? What are your plans? + placeholder: I want to ... + validations: + required: true +- type: checkboxes + id: owner-contacted + attributes: + label: Have you contacted the original author? + description: Please select the most applicable answer. + options: + - label: 'Yes' + - label: 'No' + - label: 'Original author is not reachable' +- type: textarea + attributes: + label: Addition information + description: Add any other context here.