diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000000..c2caf18ab3 --- /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 23b199508d..0000000000 --- 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 c8e334e5f2..0000000000 --- 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.