From c1d870cb15693764c97bd4728f347dd206476631 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89milien=20=28perso=29?= <4016501+unixfox@users.noreply.github.com> Date: Wed, 15 May 2024 13:36:05 +0200 Subject: [PATCH] Add part for matrix username (#556) * Add part for matrix username * Fix broken english + better wording --------- Co-authored-by: TheFrenchGhosty <47571719+TheFrenchGhosty@users.noreply.github.com> --- .github/ISSUE_TEMPLATE/new_instance.yaml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/new_instance.yaml b/.github/ISSUE_TEMPLATE/new_instance.yaml index 880767c..9c73d7a 100644 --- a/.github/ISSUE_TEMPLATE/new_instance.yaml +++ b/.github/ISSUE_TEMPLATE/new_instance.yaml @@ -17,10 +17,6 @@ body: - Improving the performance and the stability of your public instance: https://docs.invidious.io/improve-public-instance/ It is highly recommended to follow these tutorials because it will allow the instance to stay stable and performant over the long term. - - Please consider joining our Matrix room for public instance maintainers by joining our Matrix room: https://matrix.to/#/#invidious:matrix.org - then pinging @unixfox, @TheFrenchGhosty and @SamantazFox for asking to be invited to the Matrix room. - We discuss troubles managing a public instance, sharing some advices and more. - type: input id: url @@ -89,6 +85,15 @@ body: validations: required: false + - type: input + id: matrix-username + attributes: + label: Your matrix username + description: "Please input your Matrix username here to join the private Matrix room for public instances maintainers. We discuss troubles managing a public instance, share some advices and more. Optional but highly recommended." + placeholder: "matrixuser" + validations: + required: false + - type: textarea id: more-infos attributes: