From 21d7898858d284cce3489edca0a27aa8b07d8df6 Mon Sep 17 00:00:00 2001 From: Alexis Date: Fri, 27 Jun 2025 14:47:52 +0900 Subject: [PATCH] Create host.yaml --- .github/ISSUE_TEMPLATE/host.yaml | 57 ++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/host.yaml diff --git a/.github/ISSUE_TEMPLATE/host.yaml b/.github/ISSUE_TEMPLATE/host.yaml new file mode 100644 index 000000000..8a0e7b3e3 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/host.yaml @@ -0,0 +1,57 @@ +name: Add a Host +description: Adds a new host to our Hosting Providers list +title: "[New Host]: " +body: + - type: input + id: name + attributes: + label: Name + description: Name of host provider + validations: + required: true + - type: input + id: link + attributes: + label: Link + description: "Usually a link to the provider's main page; it's where clicking on the name will go." + validations: + required: true + - type: dropdown + id: category + attributes: + label: Coverage level for HTTPS support + options: + - Full + - Partial + - No + validations: + required: true + - type: input + id: announcement + attributes: + label: Announcement + description: "Link for announcement" + - type: input + id: tutorial + attributes: + label: Tutorial + description: "Link for a tutorial" + - type: input + id: plan + attributes: + label: Plan + description: "Link for planned support" + - type: input + id: reviewed + attributes: + label: Reviewed + description: "Should be a date in format 2019.7.11" + validations: + required: true + - type: textarea + id: repro + attributes: + label: Note + description: "Good for things like noting which products have https, or that the site is available only in certain languages. it's not meant for advertising." + validations: + required: true