diff options
-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. |