mirror of
https://gitea.invidious.io/iv-org/documentation.git
synced 2024-08-15 00:53:34 +00:00
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>
This commit is contained in:
parent
d38aaf105a
commit
c1d870cb15
1 changed files with 9 additions and 4 deletions
13
.github/ISSUE_TEMPLATE/new_instance.yaml
vendored
13
.github/ISSUE_TEMPLATE/new_instance.yaml
vendored
|
@ -18,10 +18,6 @@ body:
|
||||||
|
|
||||||
It is highly recommended to follow these tutorials because it will allow the instance to stay stable and performant over the long term.
|
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
|
- type: input
|
||||||
id: url
|
id: url
|
||||||
attributes:
|
attributes:
|
||||||
|
@ -89,6 +85,15 @@ body:
|
||||||
validations:
|
validations:
|
||||||
required: false
|
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
|
- type: textarea
|
||||||
id: more-infos
|
id: more-infos
|
||||||
attributes:
|
attributes:
|
||||||
|
|
Loading…
Reference in a new issue