Add "extra infos" field to issue template

This commit is contained in:
Samantaz Fox 2021-09-16 11:13:54 +02:00 committed by GitHub
parent 003871e3bb
commit 92abbd2274
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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