mirror of
https://github.com/iv-org/documentation.git
synced 2024-10-01 01:35:51 -04: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
|
||||
|
||||
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
|
||||
attributes:
|
||||
label: Mandatory checks
|
||||
|
Loading…
Reference in New Issue
Block a user