mirror of
https://github.com/iv-org/documentation.git
synced 2024-12-22 22:09:22 -05:00
Fix instance issue template
This commit is contained in:
parent
65a5b7735d
commit
3fae804e10
11
.github/ISSUE_TEMPLATE/new_instance.yaml
vendored
11
.github/ISSUE_TEMPLATE/new_instance.yaml
vendored
@ -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:"
|
||||||
|
Loading…
Reference in New Issue
Block a user