Fix instance issue template
This commit is contained in:
parent
65a5b7735d
commit
3fae804e10
|
@ -4,53 +4,54 @@ title: "[New instance] <instance name>"
|
||||||
assignees: ''
|
assignees: ''
|
||||||
|
|
||||||
body:
|
body:
|
||||||
- type: checkboxes
|
- type: checkboxes
|
||||||
attributes:
|
attributes:
|
||||||
label: Mandatory checks
|
label: Mandatory checks
|
||||||
description: "Your instance must fulfill all the conditions listed below in order to be accepted"
|
description: "Your instance must fulfill all the conditions listed below in order to be accepted"
|
||||||
options:
|
options:
|
||||||
- label: "Instance has a domain name"
|
- label: "Instance has a domain name"
|
||||||
required: true
|
required: true
|
||||||
- label: "Instance is served over HTTPS"
|
- label: "Instance is served over HTTPS"
|
||||||
required: true
|
required: true
|
||||||
- label: "Statistics (`/api/v1/stats`) are enabled"
|
- label: "Statistics (`/api/v1/stats`) are enabled"
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
- type: checkboxes
|
- type: checkboxes
|
||||||
attributes:
|
attributes:
|
||||||
label: Maintainer chart
|
label: Maintainer chart
|
||||||
description: "As a maintainer, I acknowledge that I must do the following to stay in the public list"
|
description: "As a maintainer, I acknowledge that I must do the following to stay in the public list"
|
||||||
- label: "Ensure that my instance is up to date (less than one month old)"
|
options:
|
||||||
required: true
|
- label: "Ensure that my instance is up to date (less than one month old)"
|
||||||
- label: "Ensure a proper uptime of my instance (around 90%)"
|
required: true
|
||||||
required: true
|
- label: "Ensure a proper uptime of my instance (around 90%)"
|
||||||
|
required: true
|
||||||
|
|
||||||
- type: input
|
- type: input
|
||||||
id: mitm-name
|
id: mitm-name
|
||||||
attributes:
|
attributes:
|
||||||
label: Man in the Middle
|
label: Man in the Middle
|
||||||
description: "If your instance is behing a DDoS protection or MitM system, please specify that here"
|
description: "If your instance is behing a DDoS protection or MitM system, please specify that here"
|
||||||
placeholder: "Example: CloudFlare"
|
placeholder: "Example: CloudFlare"
|
||||||
validations:
|
validations:
|
||||||
required: false
|
|
||||||
|
|
||||||
- type: input
|
|
||||||
id: source-code-url
|
|
||||||
attributes:
|
|
||||||
label: Source code URL
|
|
||||||
description: "If your instance is running a modified source code, please provide the URL below"
|
|
||||||
placeholder: "Example: https://git.example.com/you/invidious"
|
|
||||||
validations:
|
|
||||||
required: false
|
|
||||||
|
|
||||||
- type: checkboxes
|
|
||||||
attributes:
|
|
||||||
label: Analytics
|
|
||||||
description: "If your instance is running analytics:"
|
|
||||||
options:
|
|
||||||
- label: "They are GDPR/CCPA compliant"
|
|
||||||
required: false
|
required: false
|
||||||
- label: "This is stated in your Privacy Policy"
|
|
||||||
required: false
|
- type: input
|
||||||
- label: "You have provided the source code's URL in the dedicated field above"
|
id: source-code-url
|
||||||
|
attributes:
|
||||||
|
label: Source code URL
|
||||||
|
description: "If your instance is running a modified source code, please provide the URL below"
|
||||||
|
placeholder: "Example: https://git.example.com/you/invidious"
|
||||||
|
validations:
|
||||||
required: false
|
required: false
|
||||||
|
|
||||||
|
- type: checkboxes
|
||||||
|
attributes:
|
||||||
|
label: Analytics
|
||||||
|
description: "If your instance is running analytics:"
|
||||||
|
options:
|
||||||
|
- label: "They are GDPR/CCPA compliant"
|
||||||
|
required: false
|
||||||
|
- label: "This is stated in your Privacy Policy"
|
||||||
|
required: false
|
||||||
|
- label: "You have provided the source code's URL in the dedicated field above"
|
||||||
|
required: false
|
||||||
|
|
Loading…
Reference in New Issue