diff --git a/.gitea/ISSUE_TEMPLATE/instance.md b/.gitea/ISSUE_TEMPLATE/instance.md deleted file mode 100644 index 31c25a8..0000000 --- a/.gitea/ISSUE_TEMPLATE/instance.md +++ /dev/null @@ -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 - ---- - - - -## Instance Request - - -Where is your server hosted? (e.g. OVHcloud, Hetzner, Telenor, etc.): - - -Where is your server located? (e.g. Germany, Norway, etc.): - - - -Are you using Cloudflare? (yes/no): - - -Where can we reach your instance? (e.g. https://gh.yourdoma.in): - - -Which branch of GotHub are you using? (e.g. master, dev, "latest" image on Docker): - - - -Anything else we should know? (e.g. if you are using a modified version of GotHub, etc.): - -## Contact Details - - \ No newline at end of file diff --git a/.gitea/ISSUE_TEMPLATE/instance.yml b/.gitea/ISSUE_TEMPLATE/instance.yml new file mode 100644 index 0000000..ec658dc --- /dev/null +++ b/.gitea/ISSUE_TEMPLATE/instance.yml @@ -0,0 +1,49 @@ +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. + - 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 + \ No newline at end of file