From fcc7ac1fb6f6acfc1536abfb90820338760f8872 Mon Sep 17 00:00:00 2001 From: Marek Lewandowski Date: Wed, 9 Oct 2019 15:56:26 +0200 Subject: [PATCH] Other: Added information about reactions to issue templates. --- .github/ISSUE_TEMPLATE/1-bug-report.md | 4 ++++ .github/ISSUE_TEMPLATE/2-feature-request.md | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/1-bug-report.md b/.github/ISSUE_TEMPLATE/1-bug-report.md index ed7e85e2bb4..fee8dde9fc2 100644 --- a/.github/ISSUE_TEMPLATE/1-bug-report.md +++ b/.github/ISSUE_TEMPLATE/1-bug-report.md @@ -27,3 +27,7 @@ assignees: '' * OS: … * CKEditor version: … * Installed CKEditor plugins: … + +--- + +If you'd like to see this fixed sooner, add 👍 reaction to this post. \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/2-feature-request.md b/.github/ISSUE_TEMPLATE/2-feature-request.md index 4aad528234c..45d0d2c2e4b 100644 --- a/.github/ISSUE_TEMPLATE/2-feature-request.md +++ b/.github/ISSUE_TEMPLATE/2-feature-request.md @@ -10,3 +10,7 @@ assignees: '' ## 📝 Provide description of the new feature *What is the expected behavior of the proposed feature?* + +--- + +If you'd like to see this feature implemented, add 👍 reaction to this post. \ No newline at end of file