From f413d26e8a58f8ad0346785d0668962e9c7c4916 Mon Sep 17 00:00:00 2001 From: Jan Oberhauser Date: Mon, 18 Nov 2019 19:51:20 +0100 Subject: [PATCH] :pencil: Update issue templates to link directly to forum --- .github/ISSUE_TEMPLATE/config.yml | 8 ++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 15 --------------- .github/ISSUE_TEMPLATE/question---problem.md | 15 --------------- 3 files changed, 8 insertions(+), 30 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/config.yml delete mode 100644 .github/ISSUE_TEMPLATE/feature_request.md delete mode 100644 .github/ISSUE_TEMPLATE/question---problem.md diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 000000000..c2caf18ab --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,8 @@ +blank_issues_enabled: false +contact_links: + - name: Feature request + url: https://community.n8n.io + about: Suggest an idea for this project + - name: Question / Problem + url: https://community.n8n.io + about: Questions and problems with n8n diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index 23b199508..000000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -name: Feature request -about: Suggest an idea for this project -title: '' -labels: '' -assignees: '' - ---- - -**Please do not create a GitHub issue for feature requests** - -Post all of them to the forum: -[https://community.n8n.io](https://community.n8n.io) - -They get all collected there and people can upvote existing requests. That makes it then easier to know how to prioritize them. Thanks! diff --git a/.github/ISSUE_TEMPLATE/question---problem.md b/.github/ISSUE_TEMPLATE/question---problem.md deleted file mode 100644 index c8e334e5f..000000000 --- a/.github/ISSUE_TEMPLATE/question---problem.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -name: Question / Problem -about: Questions and problems with n8n -title: '' -labels: '' -assignees: '' - ---- - -**Please do not create a GitHub issue for questions or problems** - -Post all of them to the forum: -[https://community.n8n.io](https://community.n8n.io) - -Check there first if it got answered already before and if not create a new topic.