From 2ec2494c7ae4a896f4c983d7e02e1ac8dba91c6b Mon Sep 17 00:00:00 2001 From: Sebastian Stehle Date: Fri, 6 Mar 2020 10:22:00 +0100 Subject: [PATCH] Update issue templates --- .../ISSUE_TEMPLATE/development-task-or-bug.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/development-task-or-bug.md diff --git a/.github/ISSUE_TEMPLATE/development-task-or-bug.md b/.github/ISSUE_TEMPLATE/development-task-or-bug.md new file mode 100644 index 000000000..254609366 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/development-task-or-bug.md @@ -0,0 +1,17 @@ +--- +name: Development Task or Bug +about: Bugs when developing Squidex or when writing custom extensions +title: '' +labels: '' +assignees: '' + +--- + +Do NOT USE issues for + +* Bug Reports +* Hosting Questions +* Feature Requests +* anything that is not related to development. + +Please post your issues or questions in our support forum: https://support.squidex.io/. You can use your Github account to login.