From d631e2498cf828899ab56bce7fec2705daa26712 Mon Sep 17 00:00:00 2001 From: jcesarmobile Date: Thu, 19 Mar 2026 16:49:36 +0100 Subject: [PATCH] chore: direct Feature Requests to canny --- .github/ISSUE_TEMPLATE/config.yml | 3 ++ .github/ISSUE_TEMPLATE/feature-request.yml | 50 ---------------------- 2 files changed, 3 insertions(+), 50 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/feature-request.yml diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index b041f6e067..a2be826965 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,5 +1,8 @@ blank_issues_enabled: false contact_links: + - name: Feature Request + url: https://outsystems.canny.io/capacitor-feature-requests + about: Request a new feature - name: ⚙️ Request a new plugin url: https://github.com/capacitor-community/proposals about: Propose a new plugin or platform to the Capacitor community diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml deleted file mode 100644 index fc6d66e90a..0000000000 --- a/.github/ISSUE_TEMPLATE/feature-request.yml +++ /dev/null @@ -1,50 +0,0 @@ -name: Feature Request -description: Request a new feature -title: "[Feature]: " -labels: ["triage"] -body: - - type: markdown - attributes: - value: | - ## Thanks for your input on enhancements to Capacitor! - - type: input - id: Description - attributes: - label: Description - description: "A short description of your requested feature" - validations: - required: true - - type: checkboxes - id: platforms - attributes: - label: Platforms - description: "Check the platforms that will need this feature" - options: - - label: iOS - required: false - - label: Android - required: false - - label: Web - required: false - - type: textarea - id: requested-feature - attributes: - label: Request or proposed solution - description: "Describe the feature you are looking for in detail and any Preferred Solution you have" - placeholder: "This new thing would be great!" - validations: - required: true - - type: textarea - id: alternatives - attributes: - label: Alternatives - description: "Describe some alternatives, if any" - placeholder: "Some other ideas!" - validations: - required: false - - type: textarea - id: additional-info - attributes: - label: Additional Information - description: "Anything else we need to know to help? Include it here." - placeholder: "Tell us anything!"