8
0
Просмотр исходного кода

Stub issue templates by copying CKEditor 4 templates.

Maciej Gołaszewski 6 лет назад
Родитель
Сommit
2776aa7d73

+ 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: ''
+
+---
+
+## Type of report
+
+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: …

+ 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: ''
+
+---
+
+## Type of report
+
+Feature request
+
+## Provide description of the new feature
+
+*What is the expected behavior of the proposed feature?*

+ 16 - 0
.github/ISSUE_TEMPLATE/3-docs-issue.md

@@ -0,0 +1,16 @@
+---
+name: "\U0001F4DA Docs issue"
+about: Report an issue related to documentation.
+title: ''
+labels: type:docs
+assignees: ''
+
+---
+
+## Type of report
+
+Docs
+
+## 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. ⚠️

+ 23 - 0
.github/ISSUE_TEMPLATE/5-task.md

@@ -0,0 +1,23 @@
+---
+name: "\U0001F477 Task"
+about: It's neither a bug nor feature request.
+title: ''
+labels: type:task
+assignees: ''
+
+---
+
+## Type of report
+
+Task
+
+## Provide description of the task
+
+*What steps should be taken to fulfil the task?*
+
+## Other details
+
+* Browser: …
+* OS: …
+* CKEditor version: …
+* Installed CKEditor plugins: …