Tranga/.github/ISSUE_TEMPLATE/new_connector.yml
Glax c9bc79fbd5
Some checks failed
Docker Image CI / build (push) Has been cancelled
Update new_connector.yml
2025-03-07 10:19:08 +01:00

24 lines
623 B
YAML

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, or captcha-proxied sites as Cloudflare.
options:
- label: The Website is freely accessible.
required: true
- type: textarea
attributes:
label: Anything else?
validations:
required: false