From ee8d9bdf1fc8cd1ac600cb3304dc7a7062d770ca Mon Sep 17 00:00:00 2001 From: Ivan <2103732+codebien@users.noreply.github.com> Date: Mon, 6 Dec 2021 14:57:00 +0100 Subject: [PATCH] gh/templates: remove title field we wouldn't have a fixed prefix for title, so we decided to have an empty `title` field but this has broken the github template format. So, unset the title field at all should fix the problem. --- .github/ISSUE_TEMPLATE/bug.yaml | 1 - .github/ISSUE_TEMPLATE/feat_req.yaml | 1 - 2 files changed, 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yaml b/.github/ISSUE_TEMPLATE/bug.yaml index 264152fae7c..82e19282597 100644 --- a/.github/ISSUE_TEMPLATE/bug.yaml +++ b/.github/ISSUE_TEMPLATE/bug.yaml @@ -1,6 +1,5 @@ name: Bug report description: Use this template for reporting bugs. Please search existing issues first. -title: '' labels: bug body: - type: textarea diff --git a/.github/ISSUE_TEMPLATE/feat_req.yaml b/.github/ISSUE_TEMPLATE/feat_req.yaml index 958731d5c1f..8efde6d3acc 100644 --- a/.github/ISSUE_TEMPLATE/feat_req.yaml +++ b/.github/ISSUE_TEMPLATE/feat_req.yaml @@ -1,6 +1,5 @@ name: Feature Request description: Use this template for suggesting new features. -title: '' labels: feature body: - type: textarea