From e50812f7284b559f7ccd1c0536660d379fee140f Mon Sep 17 00:00:00 2001 From: Viktor Lukashov Date: Wed, 26 May 2021 00:20:12 +0300 Subject: [PATCH] chore: disable issues and direct ppl to web-components repo [skip ci] 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 repository remains open only to be able to release fixes for the versions of this web component used with Vaadin 10, 14 and Vaadin 19 for as long as they are maintained. In order to make this clear for users, this PR - updates the README to make the role of this repo and it relationship with the web-components monorepo very clear - disables new issues in this repo: any attempt to create a new issue here would direct the 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 | 8 ++++++++ README.md | 27 +++++++++++---------------- 2 files changed, 19 insertions(+), 16 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..30b58e9 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,8 @@ +blank_issues_enabled: false +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. diff --git a/README.md b/README.md index d6ae8f3..d5555d6 100644 --- a/README.md +++ b/README.md @@ -1,27 +1,22 @@ -[![npm version](https://badgen.net/npm/v/@vaadin/vaadin-notification)](https://www.npmjs.com/package/@vaadin/vaadin-notification) -[![Bower version](https://badgen.net/github/release/vaadin/vaadin-notification)](https://github.com/vaadin/vaadin-notification/releases) -[![Published on webcomponents.org](https://img.shields.io/badge/webcomponents.org-published-blue.svg)](https://www.webcomponents.org/element/vaadin/vaadin-notification) -[![Build Status](https://travis-ci.org/vaadin/vaadin-notification.svg?branch=master)](https://travis-ci.org/vaadin/vaadin-notification) -[![Coverage Status](https://coveralls.io/repos/github/vaadin/vaadin-notification/badge.svg?branch=master)](https://coveralls.io/github/vaadin/vaadin-notification?branch=master) -[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/vaadin/web-components?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge) - -[![Published on Vaadin Directory](https://img.shields.io/badge/Vaadin%20Directory-published-00b4f0.svg)](https://vaadin.com/directory/component/vaadinvaadin-notification) -[![Stars on vaadin.com/directory](https://img.shields.io/vaadin-directory/star/vaadinvaadin-notification.svg)](https://vaadin.com/directory/component/vaadinvaadin-notification) - # <vaadin-notification> -> ⚠️  Starting from Vaadin 20, this project has migrated to [`vaadin-web-components`](https://github.com/vaadin/vaadin-web-components/tree/master/packages/vaadin-notification) *monorepository*. -> -> This repository is used for Vaadin 14 LTS and Vaadin 19. +> ⚠️ Starting from Vaadin 20, the source code and issues for this component are migrated to the [`vaadin/web-components`](https://github.com/vaadin/web-components/tree/master/packages/vaadin-notification) monorepository. +> This repository contains the source code and releases of `` for the Vaadin versions 10 to 19. ---- +[<vaadin-notification>](https://vaadin.com/components/vaadin-notification) is a Web Component providing accessible and customizable notifications (toasts), part of the [Vaadin components](https://vaadin.com/components). [Live Demo ↗](https://vaadin.com/components/vaadin-notification/html-examples) | [API documentation ↗](https://vaadin.com/components/vaadin-notification/html-api) - -[<vaadin-notification>](https://vaadin.com/components/vaadin-notification) is a Web Component providing accessible and customizable notifications (toasts), part of the [Vaadin components](https://vaadin.com/components). +[![npm version](https://badgen.net/npm/v/@vaadin/vaadin-notification)](https://www.npmjs.com/package/@vaadin/vaadin-notification) +[![Bower version](https://badgen.net/github/release/vaadin/vaadin-notification)](https://github.com/vaadin/vaadin-notification/releases) +[![Published on webcomponents.org](https://img.shields.io/badge/webcomponents.org-published-blue.svg)](https://www.webcomponents.org/element/vaadin/vaadin-notification) +[![Build Status](https://travis-ci.org/vaadin/vaadin-notification.svg?branch=master)](https://travis-ci.org/vaadin/vaadin-notification) +[![Coverage Status](https://coveralls.io/repos/github/vaadin/vaadin-notification/badge.svg?branch=master)](https://coveralls.io/github/vaadin/vaadin-notification?branch=master) +[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/vaadin/web-components?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge) +[![Published on Vaadin Directory](https://img.shields.io/badge/Vaadin%20Directory-published-00b4f0.svg)](https://vaadin.com/directory/component/vaadinvaadin-notification) +[![Stars on vaadin.com/directory](https://img.shields.io/vaadin-directory/star/vaadinvaadin-notification.svg)](https://vaadin.com/directory/component/vaadinvaadin-notification)