From 625f64ef0fef77743402e0a9c4ae677dbf4abf57 Mon Sep 17 00:00:00 2001 From: Samantaz Fox Date: Mon, 13 Sep 2021 22:47:25 +0200 Subject: [PATCH] Add URL field to issue template --- .github/ISSUE_TEMPLATE/new_instance.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/new_instance.yaml b/.github/ISSUE_TEMPLATE/new_instance.yaml index 20e27f5..aa097bb 100644 --- a/.github/ISSUE_TEMPLATE/new_instance.yaml +++ b/.github/ISSUE_TEMPLATE/new_instance.yaml @@ -7,6 +7,15 @@ assignees: - samantazfox body: + - type: input + id: url + attributes: + label: URL + description: "the URL of your instance" + placeholder: "Example: https://invidious.example.com" + validations: + required: true + - type: checkboxes attributes: label: Mandatory checks