From 7eec319195df08a0fcb50d026a6d972a1069d048 Mon Sep 17 00:00:00 2001 From: AlexVarchuk Date: Fri, 30 Jul 2021 19:03:51 +0300 Subject: [PATCH] chore: add headers to github templates (#1710) --- .github/ISSUE_TEMPLATE/bug_report.md | 9 +++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 9 +++++++++ 2 files changed, 18 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 4fa757c47f..14c63f2f75 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,3 +1,12 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: 'type: bug' +assignees: '' + +--- + **Describe the bug** A clear and concise description of what the bug is. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 1212cd5ccc..041bdc5287 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,3 +1,12 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: '' +assignees: '' + +--- + **Describe the problem to be solved** A clear and concise description of what problem to be solved