From 24baf08c89f84eb7f25a45d566fdf355e5c9771e Mon Sep 17 00:00:00 2001 From: Nick <114827138+Can4ly@users.noreply.github.com> Date: Mon, 30 Jan 2023 22:16:53 +0300 Subject: [PATCH] fix(issue templates) Made changes in issue templates (#2257) * fix(issue templates) Made changes in issue templates * Deleted issue--discussion * Deleted feature_request * Deleted link to the contributors chat in tg * Changed bug_report title * Renamed discussion to general_issue * fix(issue templates) Made changes in issue templates * Changed description for General Issue template * Added link to the disscussions tab * Revert "fix(issue templates) Made changes in issue templates" This reverts commit 377d8a7da710b1e34338a45a20628a8fa151214c. * fix(issue templates) Made changes in issue templates * Added link to discussions * Changed "general issue" template description --- .github/ISSUE_TEMPLATE/config.yml | 3 +++ .github/ISSUE_TEMPLATE/general_issue.md | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 7c95c4ad..dbb6ff67 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -3,6 +3,9 @@ contact_links: - name: Team url: mailto:team@codex.so about: Direct team contact. + - name: 💬 Discussions + url: https://github.com/codex-team/editor.js/discussions + about: Use discussions if you have an issue draft, an idea for improvement or for asking questions. - name: Editor.js Telegram chat url: https://t.me/codex_editor about: Telegram chat for Editor.js users communication. \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/general_issue.md b/.github/ISSUE_TEMPLATE/general_issue.md index e4777db9..593bfd20 100644 --- a/.github/ISSUE_TEMPLATE/general_issue.md +++ b/.github/ISSUE_TEMPLATE/general_issue.md @@ -1,6 +1,6 @@ --- name: General Issue -about: Any question about the Editor.js to discuss +about: Well-designed, algorithmized feature/idea/improvement issue for Editor.js title: '' labels: '' assignees: ''