Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stub issue templates by copying CKEditor 4 templates. #2104

Merged
merged 7 commits into from
Oct 9, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 0 additions & 18 deletions .github/ISSUE_TEMPLATE.md

This file was deleted.

33 changes: 33 additions & 0 deletions .github/ISSUE_TEMPLATE/1-bug-report.md
Original file line number Diff line number Diff line change
@@ -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 changes: 16 additions & 0 deletions .github/ISSUE_TEMPLATE/2-feature-request.md
Original file line number Diff line number Diff line change
@@ -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 changes: 12 additions & 0 deletions .github/ISSUE_TEMPLATE/3-docs-issue.md
Original file line number Diff line number Diff line change
@@ -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 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/4-security-issue.md
Original file line number Diff line number Diff line change
@@ -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 changes: 19 additions & 0 deletions .github/ISSUE_TEMPLATE/5-task.md
Original file line number Diff line number Diff line change
@@ -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: …