Fix instance issue template

This commit is contained in:
syeopite 2021-09-13 20:38:11 +00:00 committed by GitHub
parent 65a5b7735d
commit 3fae804e10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@ 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"
@ -16,16 +16,17 @@ body:
- 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"
options:
- label: "Ensure that my instance is up to date (less than one month old)" - label: "Ensure that my instance is up to date (less than one month old)"
required: true required: true
- label: "Ensure a proper uptime of my instance (around 90%)" - label: "Ensure a proper uptime of my instance (around 90%)"
required: true required: true
- type: input - type: input
id: mitm-name id: mitm-name
attributes: attributes:
label: Man in the Middle label: Man in the Middle
@ -34,7 +35,7 @@ body:
validations: validations:
required: false required: false
- type: input - type: input
id: source-code-url id: source-code-url
attributes: attributes:
label: Source code URL label: Source code URL
@ -43,7 +44,7 @@ body:
validations: validations:
required: false required: false
- type: checkboxes - type: checkboxes
attributes: attributes:
label: Analytics label: Analytics
description: "If your instance is running analytics:" description: "If your instance is running analytics:"