diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index c41cbfb80..f8df3f874 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,38 +1,30 @@ --- name: Bug report -about: Create a report to help us improve -title: "⚠️" +about: Create a report to help us improve Editor.js +title: "[Bug]" labels: bug assignees: '' --- -**Describe the bug** -A clear and concise description of what the bug is. +Describe a bug. -**To Reproduce** -Steps to reproduce the behavior: -1. Go to '...' -2. Click on '....' -3. Scroll down to '....' -4. See error +Steps to reproduce: +1. Go to … +2. Click on … +3. … -**Expected behavior** -A clear and concise description of what you expected to happen. +Expected behavior: -**Screenshots** -If applicable, add screenshots to help explain your problem. +Screenshots: -**Desktop (please complete the following information):** - - OS: [e.g. iOS] - - Browser [e.g. chrome, safari] - - Version [e.g. 22] +Device, Browser, OS: -**Smartphone (please complete the following information):** - - Device: [e.g. iPhone6] - - OS: [e.g. iOS8.1] - - Browser [e.g. stock browser, safari] - - Version [e.g. 22] +Editor.js version: -**Additional context** -Add any other context about the problem here. +Plugins you use with their versions: + + diff --git a/.github/ISSUE_TEMPLATE/discussion.md b/.github/ISSUE_TEMPLATE/discussion.md new file mode 100644 index 000000000..f6f6a3ed3 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/discussion.md @@ -0,0 +1,17 @@ +--- +name: Discussion +about: Any question about the Editor.js to discuss +title: '' +labels: discussion +assignees: '' + +--- + +The question. + +Why and how the question has come up. + + diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 715099c6b..6069bf434 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,20 +1,19 @@ --- name: Feature request -about: Suggest an idea for this project +about: Suggest an idea to improve Editor.js title: "\U0001F4A1" labels: feature assignees: '' --- -**Is your feature request related to a problem? Please describe.** -A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] +1. Describe a problem. -**Describe the solution you'd like** -A clear and concise description of what you want to happen. +2. Describe the solution you'd like. Mockups are welcome. -**Describe alternatives you've considered** -A clear and concise description of any alternative solutions or features you've considered. +3. Are there any alternatives? -**Additional context** -Add any other context or screenshots about the feature request here. + diff --git a/.github/ISSUE_TEMPLATE/issue--discussion.md b/.github/ISSUE_TEMPLATE/issue--discussion.md deleted file mode 100644 index 00261395d..000000000 --- a/.github/ISSUE_TEMPLATE/issue--discussion.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -name: 'Issue: Discussion' -about: Any question about the project to discuss -title: "❓" -labels: discussion -assignees: '' - ---- - -**Question** - -A clear and consistent question about the project. Ex. How can I do smth? Why smth works this way? etc. - -**Context** - -Why and how the question has come up - -**Related issues** - -If there are related issues which describe a bugs or features, put them here - -**Comments** - -Any thoughts about the question