From e02abb178f054427b8ebc4452fcda57d8e046205 Mon Sep 17 00:00:00 2001 From: Jennifer Shehane Date: Wed, 21 Oct 2020 11:33:37 +0630 Subject: [PATCH] chore: disable ability to create blank issues + fix typo. [skip ci] (#8902) --- .github/ISSUE_TEMPLATE/bug-report.md | 2 +- .github/ISSUE_TEMPLATE/config.yml | 3 ++- .github/ISSUE_TEMPLATE/feature.md | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index 53f5e369b8..069577f5aa 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -1,6 +1,6 @@ --- name: "🐛 Bug report" -about: Report a bug found while using Cypress +about: Report a bug found while using Cypress. title: '' labels: '' assignees: '' diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 13d2abea16..5abfb8a370 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,10 +1,11 @@ +blank_issues_enabled: false contact_links: - name: 🤔 Questions and Help url: https://www.cypress.io/support about: This issue tracker is not for support questions. Please refer to the Cypress community's support. - name: 📊 Cypress Dashboard Feature url: https://portal.productboard.com/cypress-io/1-cypress-dashboard - about: This issue tracker is not for requesting Cypress Dashboard. Please express interest here. + about: This issue tracker is not for requesting Cypress Dashboard features. Please express interest here. - name: 📃 Documentation Issue url: https://github.com/cypress-io/cypress-documentation/issues/new about: This issue tracker is not for documentation issues. Please open documentation issues here. diff --git a/.github/ISSUE_TEMPLATE/feature.md b/.github/ISSUE_TEMPLATE/feature.md index 959cca6f5e..b01332833a 100644 --- a/.github/ISSUE_TEMPLATE/feature.md +++ b/.github/ISSUE_TEMPLATE/feature.md @@ -1,6 +1,6 @@ --- name: "✨ Feature" -about: Suggest a feature or enhancement to improve Cypress +about: Suggest a feature or enhancement to improve Cypress. title: '' labels: '' assignees: ''