Add issue template

This commit is contained in:
Matthew E 2023-01-04 01:02:11 +00:00 committed by GitHub
parent 67e27c5f0a
commit 6b4a96c951
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

34
.github/ISSUE_TEMPLATE/add_instance.yml vendored Normal file
View File

@ -0,0 +1,34 @@
name: Add Instance
description: Request an instance to be added
title: "(Instance) "
labels: "Type: instance"
body:
- type: input
attributes:
label: Country
description: What country is the server hosted in?
placeholder: UN
validations:
required: true
- type: checkbox
attributes:
label: Cloudflare enabled?
description: Does this instance use Cloudflare?
validations:
required: true
- type: dropdown
attributes:
label: What type of instance is it?
options:
- HTTPS
- Tor
- I2P
validations:
required: true
- type: input
attributes:
label: URL
description: What is the full URL?
placeholder: https://sample-libreddit.com
validations:
required: true