mirror of
https://gitea.invidious.io/iv-org/documentation.git
synced 2024-08-15 00:53:34 +00:00
Add 2 more mandatory checks to the new instance issue template (#195)
This commit is contained in:
parent
1cc7d57893
commit
1fc5379419
1 changed files with 5 additions and 0 deletions
5
.github/ISSUE_TEMPLATE/new_instance.yaml
vendored
5
.github/ISSUE_TEMPLATE/new_instance.yaml
vendored
|
@ -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 a new issue