From 6b4a96c951068d4a063d4c1b8a77a97dd6c3bfb7 Mon Sep 17 00:00:00 2001 From: Matthew E Date: Wed, 4 Jan 2023 01:02:11 +0000 Subject: [PATCH] Add issue template --- .github/ISSUE_TEMPLATE/add_instance.yml | 34 +++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/add_instance.yml diff --git a/.github/ISSUE_TEMPLATE/add_instance.yml b/.github/ISSUE_TEMPLATE/add_instance.yml new file mode 100644 index 0000000..49e64c8 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/add_instance.yml @@ -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