From 34186cb8b76c230a2506cabb0358d44c3205e0c4 Mon Sep 17 00:00:00 2001 From: Zach Panzarino Date: Wed, 28 Oct 2020 23:12:01 -0400 Subject: [PATCH] fix: update bugs link in package.json (#9015) --- npm/eslint-plugin-dev/package.json | 2 +- npm/react/package.json | 2 +- npm/vue/package.json | 2 +- npm/webpack-preprocessor/package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/npm/eslint-plugin-dev/package.json b/npm/eslint-plugin-dev/package.json index 9e91d78b4638..c51db60045d5 100644 --- a/npm/eslint-plugin-dev/package.json +++ b/npm/eslint-plugin-dev/package.json @@ -47,7 +47,7 @@ "homepage": "https://github.com/cypress-io/cypress/tree/master/npm/eslint-plugin-dev#readme", "author": "Chris Breiding (chris@cypress.io)", "bugs": { - "url": "https://github.com/cypress-io/cypress/issues/new?assignees=&labels=npm%3A%20%40cypress%2Feslint-plugin-dev&template=&title=" + "url": "https://github.com/cypress-io/cypress/issues/new?assignees=&labels=npm%3A%20%40cypress%2Feslint-plugin-dev&template=bug-report.md" }, "keywords": [ "cypress", diff --git a/npm/react/package.json b/npm/react/package.json index e987ac38ae59..b13205605c35 100644 --- a/npm/react/package.json +++ b/npm/react/package.json @@ -131,7 +131,7 @@ }, "homepage": "https://on.cypress.io/component-testing", "author": "Gleb Bahmutov ", - "bugs": "https://github.com/cypress-io/cypress/issues/new?assignees=JessicaSachs&labels=experiment%3A+component+testing,npm%3A%20%40cypress%2Freact&template=component-testing.md&title=", + "bugs": "https://github.com/cypress-io/cypress/issues/new?assignees=JessicaSachs&labels=experiment%3A+component+testing,npm%3A%20%40cypress%2Freact&template=bug-report.md", "keywords": [ "react", "cypress", diff --git a/npm/vue/package.json b/npm/vue/package.json index 0adbc08fcfca..36b2fc39b159 100644 --- a/npm/vue/package.json +++ b/npm/vue/package.json @@ -66,7 +66,7 @@ }, "homepage": "https://on.cypress.io/component-testing", "author": "Gleb Bahmutov ", - "bugs": "https://github.com/cypress-io/cypress/issues/new?assignees=JessicaSachs&labels=experiment%3A+component+testing,npm%3A%20%40cypress%2Fvue&template=component-testing.md&title=", + "bugs": "https://github.com/cypress-io/cypress/issues/new?assignees=JessicaSachs&labels=experiment%3A+component+testing,npm%3A%20%40cypress%2Fvue&template=bug-report.md", "keywords": [ "cypress", "vue" diff --git a/npm/webpack-preprocessor/package.json b/npm/webpack-preprocessor/package.json index c1486e9946a8..64c7566553a2 100644 --- a/npm/webpack-preprocessor/package.json +++ b/npm/webpack-preprocessor/package.json @@ -82,7 +82,7 @@ }, "homepage": "https://github.com/cypress-io/cypress/tree/master/npm/webpack-preprocessor#readme", "author": "Chris Breiding ", - "bugs": "https://github.com/cypress-io/cypress/issues/new?assignees=&labels=npm%3A%20%40cypress%2Fwebpack-preprocessor&template=&title=", + "bugs": "https://github.com/cypress-io/cypress/issues/new?assignees=&labels=npm%3A %40cypress%2Fwebpack-preprocessor&template=bug-report.md", "keywords": [ "cypress", "cypress-plugin",