mirror of
https://gitea.invidious.io/iv-org/documentation.git
synced 2024-08-15 00:53:34 +00:00
Add "extra infos" field to issue template
This commit is contained in:
parent
003871e3bb
commit
92abbd2274
1 changed files with 9 additions and 0 deletions
9
.github/ISSUE_TEMPLATE/new_instance.yaml
vendored
9
.github/ISSUE_TEMPLATE/new_instance.yaml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue