From c6c1455fc55b1ea2cdc47de2d608386e51649e7c Mon Sep 17 00:00:00 2001 From: Gitanjli <96485413+gitanjli525@users.noreply.github.com> Date: Thu, 26 Sep 2024 17:11:23 +0530 Subject: [PATCH] chore: github template added (#1458) --- .github/ISSUE_TEMPLATE/connector_addition.yml | 36 +++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/connector_addition.yml diff --git a/.github/ISSUE_TEMPLATE/connector_addition.yml b/.github/ISSUE_TEMPLATE/connector_addition.yml new file mode 100644 index 000000000..cb664faad --- /dev/null +++ b/.github/ISSUE_TEMPLATE/connector_addition.yml @@ -0,0 +1,36 @@ +name: Adding New Connector Issue Template +about: Create multiple related issues regarding new connector addition in dashboard +title: "[FEAT]: Add New Connector" +labels: ["core", "S-awaiting-triage"] +body: + - type: dropdown + id: category-of-connector + attributes: + label: What is the category of connector that is to be added? + description: Choose one of the below categories. + options: + - Payment Connector + - Payout Connector + - Payment Method Authentication Connector + - Tax Connector + validations: + required: true + + - type: markdown + attributes: + value: | + ### Sub-tasks + + - [ ] [Integrate connector in dashboard](https://github.com/juspay/hyperswitch-control-center/issues/new?title=Integrate+connector+in+dashboard&labels=task) + + - [ ] [Add icon for connector according to existing standards](https://github.com/juspay/hyperswitch-control-center/issues/new?title=Add+icon+for+connector+according+to+existing+standards&labels=task) + + - [ ] [Update frontend wasm according to latest wasm in backend](https://github.com/juspay/hyperswitch-control-center/issues/new?title=Update+frontend+wasm+according+to+latest+wasm+in+backend&labels=task) + + - type: markdown + attributes: + value: | + ### Instructions: + + 1. For each sub-task, click the corresponding link to automatically open an issue with pre-filled content. + 2. Once you've created an issue, check the box next to the task to track progress.