]> source.dussan.org Git - vaadin-core.git/commitdiff
chore: disable issues and direct ppl to web-components repo [skip ci] (#272)
authorViktor Lukashov <viktor@vaadin.com>
Wed, 26 May 2021 12:58:31 +0000 (15:58 +0300)
committerGitHub <noreply@github.com>
Wed, 26 May 2021 12:58:31 +0000 (15:58 +0300)
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

.github/ISSUE_TEMPLATE/config.yml [new file with mode: 0644]

diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml
new file mode 100644 (file)
index 0000000..b47c20e
--- /dev/null
@@ -0,0 +1,8 @@
+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.