From 94d91ff9e8292daa020aaf65cf9e34d694d532ce Mon Sep 17 00:00:00 2001 From: Jan Date: Thu, 17 Oct 2019 11:53:00 +0200 Subject: [PATCH] :pencil: Update issue templates --- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- .github/ISSUE_TEMPLATE/question---problem.md | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 .github/ISSUE_TEMPLATE/question---problem.md diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index c91ba8eda0..23b199508d 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -9,7 +9,7 @@ assignees: '' **Please do not create a GitHub issue for feature requests** -Post all feature requests in the forum: +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 new file mode 100644 index 0000000000..c8e334e5f2 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question---problem.md @@ -0,0 +1,15 @@ +--- +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.