51 行
1.6 KiB
YAML
51 行
1.6 KiB
YAML
name: "Instance Request"
|
|
about: "Have an instance you want to add to the list? Use this template."
|
|
title: "[New Instance] "
|
|
labels:
|
|
- instance
|
|
body:
|
|
- type: input
|
|
attributes:
|
|
label: Server Host
|
|
description: Where is your server hosted? (Input your ISP's name if you are hosting at home)
|
|
placeholder: OVHcloud, Hetzner, Telenor, etc.
|
|
validations:
|
|
required: true
|
|
- type: input
|
|
attributes:
|
|
label: Location
|
|
description: Which country is your server hosted?
|
|
placeholder: Germany, Norway, France etc.
|
|
validations:
|
|
required: true
|
|
- type: checkboxes
|
|
attributes:
|
|
label: Cloudflare
|
|
description: Is your server using Cloudflare's proxy/DDoS protection?
|
|
options:
|
|
- label: My server uses Cloudflare's proxy/DDoS protection
|
|
- type: input
|
|
attributes:
|
|
label: Instance URL
|
|
description: What is the URL of your instance?
|
|
placeholder: https://gothub.example.org
|
|
validations:
|
|
required: true
|
|
- type: dropdown
|
|
attributes:
|
|
label: Which branch of GotHub are you using?
|
|
options:
|
|
- master
|
|
- dev
|
|
- '"latest" docker image'
|
|
- type: textarea
|
|
attributes:
|
|
label: Other details
|
|
description: Anything else we should know?
|
|
placeholder: We use a custom fork over at https://git.example.org/foo/gothub
|
|
- type: input
|
|
attributes:
|
|
label: Contact details
|
|
description: Input your contact information should we need to contact you privately. We recommend Matrix. If you don't have a contact method, or don't want your contact method public, tell us.
|
|
placeholder: "@foo:example.org"
|
|
|