From 98093c5252291cde95c3c8f5aeb79ca168a18b1e Mon Sep 17 00:00:00 2001 From: Carlos <2092019+CarlosEsco@users.noreply.github.com> Date: Fri, 23 Jul 2021 07:24:58 -0400 Subject: [PATCH] [skip ci] Remove titles from issue templates (#8240) * Update report_issue.yml * Update request_feature.yml --- .github/ISSUE_TEMPLATE/report_issue.yml | 1 - .github/ISSUE_TEMPLATE/request_feature.yml | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/report_issue.yml b/.github/ISSUE_TEMPLATE/report_issue.yml index 772ca165f..9cc359b71 100644 --- a/.github/ISSUE_TEMPLATE/report_issue.yml +++ b/.github/ISSUE_TEMPLATE/report_issue.yml @@ -1,6 +1,5 @@ name: 🐞 Issue report description: Report a source issue in Tachiyomi -title: "Source name: Short description" labels: [Bug] body: diff --git a/.github/ISSUE_TEMPLATE/request_feature.yml b/.github/ISSUE_TEMPLATE/request_feature.yml index 13d7afaf6..cb45496af 100644 --- a/.github/ISSUE_TEMPLATE/request_feature.yml +++ b/.github/ISSUE_TEMPLATE/request_feature.yml @@ -1,6 +1,5 @@ name: ⭐ Feature request description: Suggest a feature to improve a source -title: "Source name: Short description" labels: [Feature request] body: @@ -37,4 +36,4 @@ body: attributes: label: Other details placeholder: | - Additional details and attachments. \ No newline at end of file + Additional details and attachments.