All component-related issues (for any version of the component) should be opened either in the `web-components` monorepo (if it's reproducible with TypeScript and HTML, without Vaadin Flow / Java), or in the `flow-components` monorepo (if it's about the Java API).
This PR disables new issues in this repo. Any attempt to create a new issue here would direct users either to the `web-components` or to the `flow-components` monorepo
Related to: https://github.com/vaadin/components-team-tasks/issues/584
--- /dev/null
+blank_issues_enabled: true
+contact_links:
+ - name: "Web Components: Bugs and Feature Requests"
+ url: https://github.com/vaadin/web-components/issues/new/choose
+ about: Please report issues related to the TypeScript and HTML API of Vaadin components here.
+ - name: "Flow Components: Bugs and Feature Requests"
+ url: https://github.com/vaadin/flow-components/issues/new/choose
+ about: Please report issues related to the Java API of Vaadin components here.