Add 2 more mandatory checks to the new instance issue template (#195)

This commit is contained in:
TheFrenchGhosty 2022-02-08 15:50:19 +00:00 committed by GitHub
parent 1cc7d57893
commit 1fc5379419
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -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: