From cbcb31a70569c1a26cf0d92ceb2bc61da9c6c124 Mon Sep 17 00:00:00 2001 From: wrongecho <32306651+wrongecho@users.noreply.github.com> Date: Tue, 29 Mar 2022 21:42:21 +0100 Subject: [PATCH] Update issue templates As discussed, feature requests & support should go to the forum leaving GitHub for actual issues/bugs with the code. Related to #338 --- .github/ISSUE_TEMPLATE/bug_report.md | 32 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 12 +++++++++ .github/ISSUE_TEMPLATE/support.md | 18 +++++++++++++ 3 files changed, 62 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md create mode 100644 .github/ISSUE_TEMPLATE/support.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..5ab9f3b4 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,32 @@ +--- +name: Bug report +about: Something not working quite right? Create a report to help us improve! +title: '' +labels: '' +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**Can you reproduce this on the demo at demo.itflow.org** +Yes/No/NA + +**Are you on the latest available version of ITFlow, with an up-to-date database structure?** +Yes/No + +**To Reproduce** +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '....' +4. See error + +**Expected behavior** +A clear and concise description of what you expected to happen, if not obvious. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Additional context** +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..d45e9b7b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,12 @@ +--- +name: Feature request +about: Please discuss new features on the Forum @ https://forum.itflow.org/t/features +title: '' +labels: Support +assignees: '' + +--- + +Please discuss feature requests on the forum @ https://forum.itflow.org/t/features - Thanks :) + +New feature requests here will be closed. diff --git a/.github/ISSUE_TEMPLATE/support.md b/.github/ISSUE_TEMPLATE/support.md new file mode 100644 index 00000000..101c4fdf --- /dev/null +++ b/.github/ISSUE_TEMPLATE/support.md @@ -0,0 +1,18 @@ +--- +name: Support +about: Please visit the Forum or Discord for support +title: '' +labels: Support +assignees: '' + +--- + +Please visit the Forum or Discord for support + +Forum - https://forum.itflow.org/ + +Discord - https://discord.gg/ZjCcBzTUDr + +-- + +To discuss a security issue, please see: https://i.imgur.com/P03o0Sy.png