title: '[Connector Request] '
body:
  - type: markdown
    attributes:
      value: |
        Thanks for your interest in contributing a new Connector to the wagmi references! If you haven't already, please read the [Contributing Guidelines](https://github.com/wagmi-dev/references/blob/main/.github/CONTRIBUTING.md#connectors). There's some additional info for adding a Connector that you likely want to check out before submitting this form.

        Once you submit the form, the wagmi core team will follow up in the discussion thread to discuss next steps.

  - type: textarea
    attributes:
      label: What **novel use-case** does the Connector provide?
      description: A novel use-case is likely one that is not already covered by or not easily extended from another Connector (such as the `InjectedConnector` or `WalletConnectConnector`).
      placeholder: Info on what makes this Connector different.
    validations:
      required: true

  - type: textarea
    attributes:
      label: Are the Connector's integrations production-ready and generally available?
      description: Connectors are intended to be used by consumers in production as part of wagmi. As such, the Connector and all dependencies must be production-ready and generally available.
      placeholder: Info about the Connector and any dependencies (e.g. browser extension, wallet app, npm package).
    validations:
      required: true

  - type: checkboxes
    attributes:
      label: Are you committed to actively mainting the Connector?
      description: The wagmi core team will provide as much assistance as possible to keep Connectors up-to-date with breaking changes from wagmi, but it is your responsibility to ensure that downstream dependencies and issues/discussions related to the Connector are handled in a timely manner.
      options:
        - label: Yes, my team is or I am committed to actively maintaining the Connector.
          required: true

  - type: textarea
    attributes:
      label: Additional comments
      description: Feel free to jot down any additional info you think might be helpful.
      placeholder: Additional comments, questions, feedback.
