New Issue Template: New Connector
This commit is contained in:
parent
334795b263
commit
9bf650f5fc
23
.github/ISSUE_TEMPLATE/new_connector.yml
vendored
Normal file
23
.github/ISSUE_TEMPLATE/new_connector.yml
vendored
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
name: New Connector Request
|
||||||
|
description: Request a new site to be added
|
||||||
|
title: "[New Connector]: "
|
||||||
|
labels: ["New Connector"]
|
||||||
|
body:
|
||||||
|
- type: input
|
||||||
|
attributes:
|
||||||
|
label: Website-Link
|
||||||
|
placeholder: https://
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: checkboxes
|
||||||
|
attributes:
|
||||||
|
label: Is the Website free to access?
|
||||||
|
description: We can't support pay-to-use sites.
|
||||||
|
options:
|
||||||
|
- label: The Website is freely accessible.
|
||||||
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: Anything else?
|
||||||
|
validations:
|
||||||
|
required: false
|
Loading…
Reference in New Issue
Block a user