Skip to content

Commit

Permalink
chore: disable issues and direct ppl to web-components repo [skip ci] (
Browse files Browse the repository at this point in the history
…#70)

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: vaadin/components-team-tasks#584
  • Loading branch information
Viktor Lukashov authored and web-padawan committed Jul 30, 2021
1 parent 7492a70 commit 6d79372
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 6 deletions.
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -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.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
[![Build Status](https://travis-ci.org/vaadin/vaadin-cookie-consent.svg?branch=master)](https://travis-ci.org/vaadin/vaadin-cookie-consent)
[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/vaadin/web-components?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)

# <vaadin-cookie-consent>

> ⚠️ 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-cookie-consent) monorepository.
> This repository contains the source code and releases of `<vaadin-cookie-consent>` for the Vaadin versions 10 to 19.
[&lt;vaadin-cookie-consent&gt;](https://vaadin.com/components/vaadin-cookie-consent) is a web component used for showing a cookie consent banner the first time a user visits the application. Cookie Consent is part of the [Vaadin components](https://vaadin.com/components).

[Live Demo ↗](https://vaadin.com/components/vaadin-cookie-consent/html-examples)
|
[API documentation ↗](https://vaadin.com/components/vaadin-cookie-consent/html-api)


[&lt;vaadin-cookie-consent&gt;](https://vaadin.com/components/vaadin-cookie-consent) is a web component used for showing a cookie consent banner the first time a user visits the application. Cookie Consent is part of the [Vaadin components](https://vaadin.com/components).

[![Build Status](https://travis-ci.org/vaadin/vaadin-cookie-consent.svg?branch=master)](https://travis-ci.org/vaadin/vaadin-cookie-consent)
[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/vaadin/web-components?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)

## Getting Started

Expand Down

0 comments on commit 6d79372

Please sign in to comment.