Kaynağa Gözat

Internal: Improved GitHub issue templates. Closes #1191.

Marek Lewandowski 6 yıl önce
ebeveyn
işleme
0eb0937a4c

+ 0 - 18
.github/ISSUE_TEMPLATE.md

@@ -1,18 +0,0 @@
-## Is this a bug report or feature request? (choose one)
-
-🐞 Bug report  |  🆕 Feature request  |  Other
-
-## 💻 Version of CKEditor
-
-<!-- Please specify CKEditor version, build type and all customizations. -->
-
-## 📋 Steps to reproduce
-
-1.
-2.
-
-## ✅ Expected result
-
-## ❎ Actual result
-
-## 📃 Other details that might be useful

+ 33 - 0
.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.

+ 16 - 0
.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.

+ 12 - 0
.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?*

+ 10 - 0
.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. ⚠️

+ 19 - 0
.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: …