From 57cb48cbd03c10778b5639162be2e136ef5e8348 Mon Sep 17 00:00:00 2001 From: glax Date: Mon, 8 Sep 2025 19:33:30 +0200 Subject: [PATCH] New Connector PR template --- .../PULL_REQUEST_TEMPLATE/new_connector.yml | 31 +++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE/new_connector.yml diff --git a/.github/PULL_REQUEST_TEMPLATE/new_connector.yml b/.github/PULL_REQUEST_TEMPLATE/new_connector.yml new file mode 100644 index 0000000..12a45b6 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/new_connector.yml @@ -0,0 +1,31 @@ +name: New Connector Implementation +description: New Connector +title: "" +labels: ["New Connector"] +body: + - type: markdown + attributes: + value: | + Thank you for contributing. Please make sure you have read [Contributing](https://github.com/C9Glax/tranga#contributing). + Just for the sake of completion: + - type: checkboxes + id: Contributing + attributes: + label: Contributing + description: I have checked + options: + - label: Formatting (if not done yet, mark this PR as draft) + required: false + - label: I have read https://github.com/C9Glax/tranga#if-you-want-to-add-a-new-website-connector + required: true + - type: input + attributes: + label: Existing Issue + placeholder: #<Issue number> + validations: + required: false + - type: textarea + attributes: + label: Anything else? + validations: + required: false \ No newline at end of file