Merge pull request 'Moved to issue form instead of regular template' (#58) from Hygna/gothub:dev into dev

Reviewed-on: https://codeberg.org/gothub/gothub/pulls/58
This commit is contained in:
Odyssium
2023-02-10 22:06:35 +00:00
2 changed files with 51 additions and 39 deletions
-39
View File
@@ -1,39 +0,0 @@
---
name: "Instance Request"
about: "Have an instance you want to add to the list? Use this template."
title: "[New Instance] "
ref: "main"
labels:
- instance
---
<!-- Please fill out the template, or your instance will not be added. If this is not an instance request, replace all of this completely -->
## Instance Request
<!-- Fill out your ISP's name if you are hosting at home. -->
Where is your server hosted? (e.g. OVHcloud, Hetzner, Telenor, etc.):
<!-- Fill out your server's location. -->
Where is your server located? (e.g. Germany, Norway, etc.):
<!-- Fill out if you proxy your instance behind Cloudflare. -->
Are you using Cloudflare? (yes/no):
<!-- Fill out your instance's domain name. -->
Where can we reach your instance? (e.g. https://gh.yourdoma.in):
<!-- Fill out what branch of GotHub you are using. -->
Which branch of GotHub are you using? (e.g. master, dev, "latest" image on Docker):
<!--Anything we should keep in mind?-->
Anything else we should know? (e.g. if you are using a modified version of GotHub, etc.):
## Contact Details
<!-- Here you can put 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. -->
+51
View File
@@ -0,0 +1,51 @@
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"