diff options
author | Viktor Lukashov <viktor@vaadin.com> | 2021-05-26 15:59:26 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-26 15:59:26 +0300 |
commit | 0297e22271d9bae5c40235db7c5c9be3f8738281 (patch) | |
tree | 15f4f39db063f5f6b5d2c9e4fe6561f5d846c686 | |
parent | 50650433a0f01e999cd96b375e7c31f5af768d9b (diff) | |
download | vaadin-0297e22271d9bae5c40235db7c5c9be3f8738281.tar.gz vaadin-0297e22271d9bae5c40235db7c5c9be3f8738281.zip |
chore: disable issues and direct ppl to web-components repo [skip ci] (#78)
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
-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. |