From 9bf650f5fca100378979b3fd87237dfbe85de016 Mon Sep 17 00:00:00 2001 From: glax Date: Thu, 12 Oct 2023 20:45:56 +0200 Subject: [PATCH] New Issue Template: New Connector --- .github/ISSUE_TEMPLATE/new_connector.yml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/new_connector.yml diff --git a/.github/ISSUE_TEMPLATE/new_connector.yml b/.github/ISSUE_TEMPLATE/new_connector.yml new file mode 100644 index 0000000..41ef0fd --- /dev/null +++ b/.github/ISSUE_TEMPLATE/new_connector.yml @@ -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 \ No newline at end of file