From 92abbd2274da976ca1891abcf0fa02f43102e371 Mon Sep 17 00:00:00 2001 From: Samantaz Fox Date: Thu, 16 Sep 2021 11:13:54 +0200 Subject: [PATCH] Add "extra infos" field to issue template --- .github/ISSUE_TEMPLATE/new_instance.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/new_instance.yaml b/.github/ISSUE_TEMPLATE/new_instance.yaml index 5739fc3..5e76f50 100644 --- a/.github/ISSUE_TEMPLATE/new_instance.yaml +++ b/.github/ISSUE_TEMPLATE/new_instance.yaml @@ -76,3 +76,12 @@ body: required: false - label: "You have provided the source code's URL in the dedicated field above" required: false + + - type: textarea + id: more-infos + attributes: + label: Additionnal informations + description: "If your want to add other informations on your instance, do so here:" + placeholder: "Example: Our instance also has an .onion URL, The source code changes are ..., etc." + validations: + required: false