mirror of
https://github.com/iv-org/documentation.git
synced 2024-12-23 06:19:22 -05:00
Add URL field to issue template
This commit is contained in:
parent
1f6e3336f7
commit
625f64ef0f
9
.github/ISSUE_TEMPLATE/new_instance.yaml
vendored
9
.github/ISSUE_TEMPLATE/new_instance.yaml
vendored
@ -7,6 +7,15 @@ assignees:
|
|||||||
- samantazfox
|
- samantazfox
|
||||||
|
|
||||||
body:
|
body:
|
||||||
|
- type: input
|
||||||
|
id: url
|
||||||
|
attributes:
|
||||||
|
label: URL
|
||||||
|
description: "the URL of your instance"
|
||||||
|
placeholder: "Example: https://invidious.example.com"
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
- type: checkboxes
|
- type: checkboxes
|
||||||
attributes:
|
attributes:
|
||||||
label: Mandatory checks
|
label: Mandatory checks
|
||||||
|
Loading…
Reference in New Issue
Block a user