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

Merge pull request #6012 from ckeditor/i/5838

Docs: Added template for the enhancement type of an issue. Closes #5838.
Maciej 6 лет назад
Родитель
Сommit
0d92cec097
2 измененных файлов с 23 добавлено и 0 удалено
  1. 23 0
      .github/ISSUE_TEMPLATE/3-enhancement.md
  2. 0 0
      .github/ISSUE_TEMPLATE/6-docs-issue.md

+ 23 - 0
.github/ISSUE_TEMPLATE/3-enhancement.md

@@ -0,0 +1,23 @@
+---
+name: "💅 Enhancement"
+about: Improving an existing functionality.
+title: ''
+labels: type:enhancement
+assignees: ''
+
+---
+
+## 📝 Provide a description of the improvement
+
+*How the feature works now and what you'd like to change*?
+
+## 📃 Other details
+
+* Browser: …
+* OS: …
+* CKEditor version: …
+* Installed CKEditor plugins: …
+
+---
+
+If you'd like to see this improvement implemented, add a 👍 reaction to this post.

.github/ISSUE_TEMPLATE/3-docs-issue.md → .github/ISSUE_TEMPLATE/6-docs-issue.md