From 8f647a8894831c975dc07c456e6ff340fa250278 Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Mon, 5 Feb 2024 10:57:45 +0100 Subject: [PATCH 1/2] chore: disable issue creation --- .github/ISSUE_TEMPLATE/config.yml | 5 +++++ .github/ISSUE_TEMPLATE/question.yml | 21 +++++++++++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/config.yml create mode 100644 .github/ISSUE_TEMPLATE/question.yml diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 000000000..5d9345c26 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - name: Join our Discord Server + url: https://aka.ms/playwright/discord + about: Ask questions and discuss with other community members \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/question.yml b/.github/ISSUE_TEMPLATE/question.yml new file mode 100644 index 000000000..ceb7e0a72 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question.yml @@ -0,0 +1,21 @@ +name: 'File an issue' +description: If you want to report a bug or request a feature, please file an issue in the Playwright repository. +title: '[Please read the message below]' +labels: [':speech_balloon: Question'] +body: + - type: markdown + attributes: + value: | + **Please file an issue in the [Playwright repository](https://github.com/microsoft/playwright/issues).** + --- + - type: checkboxes + id: no-post + attributes: + label: | + Please do not submit this issue. + description: | + > [!IMPORTANT] + > This issue will be closed. + options: + - label: I understand + required: true From 76e01dcada6676bdbd88f108219adcfb8738f026 Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Mon, 5 Feb 2024 18:56:07 +0100 Subject: [PATCH 2/2] review --- .github/ISSUE_TEMPLATE/config.yml | 6 +++--- .github/ISSUE_TEMPLATE/question.yml | 21 --------------------- 2 files changed, 3 insertions(+), 24 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/question.yml diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 5d9345c26..8ee179ca6 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,5 +1,5 @@ blank_issues_enabled: false contact_links: - - name: Join our Discord Server - url: https://aka.ms/playwright/discord - about: Ask questions and discuss with other community members \ No newline at end of file + - name: File an issue here + url: https://github.com/microsoft/playwright/issues + about: We track issues in the main microsoft/playwright repository diff --git a/.github/ISSUE_TEMPLATE/question.yml b/.github/ISSUE_TEMPLATE/question.yml deleted file mode 100644 index ceb7e0a72..000000000 --- a/.github/ISSUE_TEMPLATE/question.yml +++ /dev/null @@ -1,21 +0,0 @@ -name: 'File an issue' -description: If you want to report a bug or request a feature, please file an issue in the Playwright repository. -title: '[Please read the message below]' -labels: [':speech_balloon: Question'] -body: - - type: markdown - attributes: - value: | - **Please file an issue in the [Playwright repository](https://github.com/microsoft/playwright/issues).** - --- - - type: checkboxes - id: no-post - attributes: - label: | - Please do not submit this issue. - description: | - > [!IMPORTANT] - > This issue will be closed. - options: - - label: I understand - required: true