From b4e2429476401a55ab2e99eaeea834bb0b45f8bb Mon Sep 17 00:00:00 2001 From: Nick <114827138+Can4ly@users.noreply.github.com> Date: Thu, 26 Jan 2023 00:37:20 +0300 Subject: [PATCH] fix(issue templates) Made changes in issue templates (#2254) * Deleted issue--discussion * Deleted feature_request * Deleted link to the contributors chat in tg * Changed bug_report title * Renamed discussion to general_issue --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- .github/ISSUE_TEMPLATE/config.yml | 5 +--- .github/ISSUE_TEMPLATE/feature_request.md | 19 --------------- .../{discussion.md => general_issue.md} | 4 ++-- .github/ISSUE_TEMPLATE/issue--discussion.md | 24 ------------------- 5 files changed, 4 insertions(+), 50 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/feature_request.md rename .github/ISSUE_TEMPLATE/{discussion.md => general_issue.md} (87%) delete mode 100644 .github/ISSUE_TEMPLATE/issue--discussion.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index f8df3f87..6889bef9 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,7 +1,7 @@ --- name: Bug report about: Create a report to help us improve Editor.js -title: "[Bug]" +title: "" labels: bug assignees: '' diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 40a9197f..7c95c4ad 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -5,7 +5,4 @@ contact_links: about: Direct team contact. - name: Editor.js Telegram chat url: https://t.me/codex_editor - about: Telegram chat for Editor.js users communication. - - name: Editor.js contributors Telegram chat - url: https://t.me/editorjsdev - about: Telegram chat for Editor.js contributors communication. + about: Telegram chat for Editor.js users communication. \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index 6069bf43..00000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -name: Feature request -about: Suggest an idea to improve Editor.js -title: "\U0001F4A1" -labels: feature -assignees: '' - ---- - -1. Describe a problem. - -2. Describe the solution you'd like. Mockups are welcome. - -3. Are there any alternatives? - - diff --git a/.github/ISSUE_TEMPLATE/discussion.md b/.github/ISSUE_TEMPLATE/general_issue.md similarity index 87% rename from .github/ISSUE_TEMPLATE/discussion.md rename to .github/ISSUE_TEMPLATE/general_issue.md index f6f6a3ed..e4777db9 100644 --- a/.github/ISSUE_TEMPLATE/discussion.md +++ b/.github/ISSUE_TEMPLATE/general_issue.md @@ -1,8 +1,8 @@ --- -name: Discussion +name: General Issue about: Any question about the Editor.js to discuss title: '' -labels: discussion +labels: '' assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/issue--discussion.md b/.github/ISSUE_TEMPLATE/issue--discussion.md deleted file mode 100644 index 00261395..00000000 --- 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