From 48fb543d7f5febdebce94e960e7607164a217b19 Mon Sep 17 00:00:00 2001 From: Emil Engler Date: Tue, 8 Sep 2020 08:50:16 +0200 Subject: [PATCH] github: use new issue template feature This helps us to avoid getting feature requests as well as security bugs reported into the issue tracker. Closes #5936 --- .../bug_report.md} | 9 +++++++++ .github/ISSUE_TEMPLATE/config.yml | 14 ++++++++++++++ 2 files changed, 23 insertions(+) rename .github/{ISSUE_TEMPLATE => ISSUE_TEMPLATE/bug_report.md} (82%) create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE b/.github/ISSUE_TEMPLATE/bug_report.md similarity index 82% rename from .github/ISSUE_TEMPLATE rename to .github/ISSUE_TEMPLATE/bug_report.md index 452cafb592..65069d5cf8 100644 --- a/.github/ISSUE_TEMPLATE +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,3 +1,12 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- +