From 451ed20657dc00381cc9de18d3f953ca50c6566f Mon Sep 17 00:00:00 2001 From: Tomasz Jakut Date: Tue, 25 Feb 2020 11:42:47 +0100 Subject: [PATCH 1/4] Make security issue a link [ci skip]. --- .github/ISSUE_TEMPLATE/4-security-issue.md | 10 ---------- .github/ISSUE_TEMPLATE/config.yml | 4 ++++ 2 files changed, 4 insertions(+), 10 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/4-security-issue.md create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/4-security-issue.md b/.github/ISSUE_TEMPLATE/4-security-issue.md deleted file mode 100644 index 5efa96d5bb2..00000000000 --- a/.github/ISSUE_TEMPLATE/4-security-issue.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -name: "\U0001F6A8 Security issue" -about: Report a security issue. -title: '' -labels: '' -assignees: '' - ---- - -⚠️ Please **DO NOT report security issues here**, use the contact form at https://ckeditor.com/contact/ instead. ⚠️ diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000000..819e6aab173 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,4 @@ +contact_links: + - name: "\U0001F6A8 Security issue" + about: Report a security issue. + url: https://ckeditor.com/contact/ From 6fa975d69758f752f1fd5c0165cd35d834460323 Mon Sep 17 00:00:00 2001 From: Tomasz Jakut Date: Tue, 25 Feb 2020 11:47:38 +0100 Subject: [PATCH 2/4] Add link for Licensed Customers support [ci skip]. --- .github/ISSUE_TEMPLATE/config.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 819e6aab173..66f57db75f7 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -2,3 +2,6 @@ contact_links: - name: "\U0001F6A8 Security issue" about: Report a security issue. url: https://ckeditor.com/contact/ + - name: "Licensed Customers support" + about: Support channel for Licensed Customers. + url: https://support.ckeditor.com/hc/en-us/requests/new From 0fa7e3640170f3e162d04d78cec49d80f4e91132 Mon Sep 17 00:00:00 2001 From: Tomasz Jakut Date: Tue, 25 Feb 2020 11:49:25 +0100 Subject: [PATCH 3/4] Fix templates numbering [ci skip]. --- .github/ISSUE_TEMPLATE/{5-task.md => 4-task.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/ISSUE_TEMPLATE/{5-task.md => 4-task.md} (100%) diff --git a/.github/ISSUE_TEMPLATE/5-task.md b/.github/ISSUE_TEMPLATE/4-task.md similarity index 100% rename from .github/ISSUE_TEMPLATE/5-task.md rename to .github/ISSUE_TEMPLATE/4-task.md From ae84d7ff837055b4fb6d056b233465810ea03be4 Mon Sep 17 00:00:00 2001 From: Tomasz Jakut Date: Tue, 25 Feb 2020 11:54:53 +0100 Subject: [PATCH 4/4] Disable blank issues. --- .github/ISSUE_TEMPLATE.md | 30 ------------------------------ .github/ISSUE_TEMPLATE/config.yml | 1 + 2 files changed, 1 insertion(+), 30 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index 03a54522368..00000000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,30 +0,0 @@ -## Are you reporting a feature request or a bug? - - - -## Provide detailed reproduction steps (if any) - -1. … -2. … -3. … - -### Expected result - -*What is the expected result of the above steps?* - -### Actual result - -*What is the actual result of the above steps?* - -## Other details - -* Browser: … -* OS: … -* CKEditor version: … -* Installed CKEditor plugins: … diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 66f57db75f7..346923b9d4f 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,3 +1,4 @@ +blank_issues_enabled: false contact_links: - name: "\U0001F6A8 Security issue" about: Report a security issue.