diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index 6aa1625f6a0..00000000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,18 +0,0 @@ -## Is this a bug report or feature request? (choose one) - -🐞 Bug report | 🆕 Feature request | Other - -## 💻 Version of CKEditor - - - -## 📋 Steps to reproduce - -1. -2. - -## ✅ Expected result - -## ❎ Actual result - -## 📃 Other details that might be useful diff --git a/.github/ISSUE_TEMPLATE/1-bug-report.md b/.github/ISSUE_TEMPLATE/1-bug-report.md new file mode 100644 index 00000000000..94c8c0c5c25 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/1-bug-report.md @@ -0,0 +1,33 @@ +--- +name: "\U0001F41B Bug report" +about: Report that something isn't working as expected. +title: '' +labels: type:bug +assignees: '' + +--- + +## 📝 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: … + +--- + +If you'd like to see this fixed sooner, add a 👍 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 new file mode 100644 index 00000000000..c6188aad745 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/2-feature-request.md @@ -0,0 +1,16 @@ +--- +name: "⭐ Feature request" +about: Propose something new. +title: '' +labels: type:feature +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 a 👍 reaction to this post. \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/3-docs-issue.md b/.github/ISSUE_TEMPLATE/3-docs-issue.md new file mode 100644 index 00000000000..2b7ffdd9ad2 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/3-docs-issue.md @@ -0,0 +1,12 @@ +--- +name: "\U0001F4DA Docs issue" +about: Report an issue related to documentation. +title: '' +labels: type:docs +assignees: '' + +--- + +## 📝 Provide a description of requested docs changes + +*What is the purpose and what should be changed?* diff --git a/.github/ISSUE_TEMPLATE/4-security-issue.md b/.github/ISSUE_TEMPLATE/4-security-issue.md new file mode 100644 index 00000000000..5efa96d5bb2 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/4-security-issue.md @@ -0,0 +1,10 @@ +--- +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/5-task.md b/.github/ISSUE_TEMPLATE/5-task.md new file mode 100644 index 00000000000..d767d06819f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/5-task.md @@ -0,0 +1,19 @@ +--- +name: "\U0001F477 Task" +about: It's neither a bug nor feature request. +title: '' +labels: type:task +assignees: '' + +--- + +## Provide description of the task + +*What steps should be taken to fulfil the task?* + +## 📃 Other details + +* Browser: … +* OS: … +* CKEditor version: … +* Installed CKEditor plugins: …