Add 2 more mandatory checks to the new instance issue template (#195)
This commit is contained in:
parent
1cc7d57893
commit
1fc5379419
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue