From 1fc5379419dc76df2b9d4456ef8a9d6837e89e91 Mon Sep 17 00:00:00 2001 From: TheFrenchGhosty <47571719+TheFrenchGhosty@users.noreply.github.com> Date: Tue, 8 Feb 2022 15:50:19 +0000 Subject: [PATCH] Add 2 more mandatory checks to the new instance issue template (#195) --- .github/ISSUE_TEMPLATE/new_instance.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/new_instance.yaml b/.github/ISSUE_TEMPLATE/new_instance.yaml index 334a70e..9151f10 100644 --- a/.github/ISSUE_TEMPLATE/new_instance.yaml +++ b/.github/ISSUE_TEMPLATE/new_instance.yaml @@ -28,6 +28,11 @@ body: required: true - label: "Statistics (`/api/v1/stats`) are enabled" required: true + - label: "Instance is properly configured (including the mandatory [post install configuration](https://docs.invidious.io/Installation.md#post-install-configuration))" + required: true + - label: "Instance has an automatic hourly restart setup" + required: true + - type: checkboxes attributes: