diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 83befe306a..ddbff975c1 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -4,8 +4,7 @@ **Ionic version:** (check one with "x") (For Ionic 1.x issues, please use https://github.com/ionic-team/ionic-v1) -[ ] **2.x** -[ ] **3.x** +(For Ionic 2.x & 3.x issues, please use https://github.com/ionic-team/ionic-v3) [ ] **4.x** **I'm submitting a ...** (check one with "x") diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index a6c72f82dc..833fe99238 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -7,6 +7,6 @@ - - -**Ionic Version**: 1.x / 2.x / 3.x / 4.x +**Ionic Version**: **Fixes**: # diff --git a/.github/ionic-issue-bot.yml b/.github/ionic-issue-bot.yml index 70c29dd900..feac77879a 100644 --- a/.github/ionic-issue-bot.yml +++ b/.github/ionic-issue-bot.yml @@ -82,8 +82,6 @@ noReply: labelPullRequest: labels: - - label: v3 - branch: v3 - label: angular branch: master path: ^angular @@ -94,6 +92,14 @@ labelPullRequest: wrongRepo: repos: + - label: "ionitron: v3" + repo: ionic-v3 + message: > + Thanks for the issue! We have moved the source code and issues for Ionic 3 into a separate repository. + I am moving this issue to the repository for Ionic 3. Please track this issue over there. + + + Thank you for using Ionic! - label: "ionitron: cli" repo: ionic-cli message: > diff --git a/README.md b/README.md index 7b2c45e9d9..bde8c68be8 100644 --- a/README.md +++ b/README.md @@ -6,12 +6,15 @@ build top quality native and progressive web apps with web technologies. Ionic is based on [Web Components](https://www.webcomponents.org/introduction) and comes with many significant performance, usability, and feature improvements over the past versions. -# Packages +### Packages -- [Core](core/README.md) -- [Ionic Angular](angular/README.md) -- [Ionic Vue](vue/README.md) +| Project | Package | Version | Links | +| ------- | ------- | ------- |:-----:| +| **Core** | [`@ionic/core`](https://www.npmjs.com/package/@ionic/core) | [![version](https://img.shields.io/npm/v/@ionic/core/latest.svg)](https://www.npmjs.com/package/@ionic/core) | [`README.md`](core/README.md) +| **Angular** | [`@ionic/angular`](https://www.npmjs.com/package/@ionic/angular) | [![version](https://img.shields.io/npm/v/@ionic/angular/latest.svg)](https://www.npmjs.com/package/@ionic/angular) | [`README.md`](angular/README.md) +| **Vue** | `@ionic/vue` | | [`README.md`](vue/README.md) +Looking for the `ionic-angular` package? Ionic 3 has been moved to the [`ionic-v3`](https://github.com/ionic-team/ionic-v3) repo. See [Earlier Versions](#earlier-versions). ### Getting Started @@ -38,17 +41,9 @@ It is the perfect starting point for learning and building your own app. As Ionic components migrate to the web component standard, a goal of ours is to have Ionic components easily work within all of the popular frameworks. -[![npm version](https://badge.fury.io/js/ionic-angular.svg)](https://badge.fury.io/js/ionic-angular) -[![Circle CI](https://circleci.com/gh/ionic-team/ionic.svg?style=shield&circle-token=:circle-token)](https://circleci.com/gh/ionic-team/ionic) -[![Open Source Helpers](https://www.codetriage.com/ionic-team/ionic/badges/users.svg)](https://www.codetriage.com/ionic-team/ionic) +### Earlier Versions +The source code for earlier versions of the Ionic Framework may exist in other repositories. Please open issues and pull requests in their respective repositories. -### Ionic V1 - -The source code for Ionic V1 has been moved to [ionic-team/ionic-v1](https://github.com/ionic-team/ionic-v1). -Please open any issues and pull requests related to Ionic V1 on that repository. - - -### Ionic V3 - -The source code for Ionic V3 has been moved to the [v3 branch](https://github.com/ionic-team/ionic/tree/v3). +* **Ionic 2/3**: Moved to [`ionic-team/ionic-v3`](https://github.com/ionic-team/ionic-v3) +* **Ionic 1**: Moved to [`ionic-team/ionic-v1`](https://github.com/ionic-team/ionic-v1)