diff options
author | Viktor Lukashov <viktor@vaadin.com> | 2021-05-26 15:58:31 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-26 15:58:31 +0300 |
commit | 794c3fe584ea25e3a63fe55073ba4670490d2c0d (patch) | |
tree | a3e5723925b99de1498f62f58315428fe318e6f1 /.github | |
parent | 298fcd4519c6dbb87ee45325005b72cbfc26564d (diff) | |
download | vaadin-core-794c3fe584ea25e3a63fe55073ba4670490d2c0d.tar.gz vaadin-core-794c3fe584ea25e3a63fe55073ba4670490d2c0d.zip |
chore: disable issues and direct ppl to web-components repo [skip ci] (#272)
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
Diffstat (limited to '.github')
-rw-r--r-- | .github/ISSUE_TEMPLATE/config.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..b47c20e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -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. |