From 39c34b99539caaab0f2e707634f8d627e2910cbc Mon Sep 17 00:00:00 2001 From: Luke Hefson Date: Tue, 20 Apr 2021 17:05:28 +0100 Subject: [PATCH 1/2] Remove issue_body key from issue forms --- .github/ISSUE_TEMPLATE/bug.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index f323c220d2..9ac592b13a 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -1,7 +1,6 @@ name: New issue for Reproducible Bug description: "If you're sure it's reproducible and not just your machine: submit an issue so we can investigate." labels: bug -issue_body: false body: - type: markdown attributes: From 293ad673b61faa8c1e608f7093eac7817280dc66 Mon Sep 17 00:00:00 2001 From: Luke Hefson Date: Tue, 20 Apr 2021 17:06:24 +0100 Subject: [PATCH 2/2] Update feature.yml --- .github/ISSUE_TEMPLATE/feature.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/feature.yml b/.github/ISSUE_TEMPLATE/feature.yml index f946196101..a74a79d4e5 100644 --- a/.github/ISSUE_TEMPLATE/feature.yml +++ b/.github/ISSUE_TEMPLATE/feature.yml @@ -1,7 +1,6 @@ name: New issue for Feature Suggestion description: Request our thoughts on your suggestion for a new feature for Homebrew. labels: features -issue_body: false body: - type: markdown attributes: