From d9c9d4a385f7b49c927563e345828688eb3b7994 Mon Sep 17 00:00:00 2001 From: syeopite <70992037+syeopite@users.noreply.github.com> Date: Thu, 16 Sep 2021 07:24:05 +0000 Subject: [PATCH] Add country field to the new instance issue template (#144) * Add country field to the new instance issue template * Fix typo * Fix nest-level of the validations attribute * Finish incomplete description for country field --- .github/ISSUE_TEMPLATE/new_instance.yaml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/new_instance.yaml b/.github/ISSUE_TEMPLATE/new_instance.yaml index aa097bb..5739fc3 100644 --- a/.github/ISSUE_TEMPLATE/new_instance.yaml +++ b/.github/ISSUE_TEMPLATE/new_instance.yaml @@ -38,11 +38,20 @@ body: - label: "Ensure a proper uptime of my instance (around 90%)" required: true + - type: input + id: country + attributes: + label: Host country + description: What country is the instance hosted in? + placeholder: "Example: United States" + validations: + required: true + - type: input id: mitm-name attributes: label: Man in the Middle - description: "If your instance is behing a DDoS protection or MitM system, please specify that here" + description: "If your instance is behind a DDoS protection or MitM system, please specify that here" placeholder: "Example: CloudFlare" validations: required: false