From c090134f7f2d5ddc44f4245563ee5a6df03055ea Mon Sep 17 00:00:00 2001 From: Danny Neira <16809145+dannyneira@users.noreply.github.com> Date: Wed, 1 May 2024 11:50:43 -0600 Subject: [PATCH] Update 01_bug_report.yml added label, fixed syntax error --- .github/ISSUE_TEMPLATE/01_bug_report.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ISSUE_TEMPLATE/01_bug_report.yml b/.github/ISSUE_TEMPLATE/01_bug_report.yml index 87d713d..96a0781 100644 --- a/.github/ISSUE_TEMPLATE/01_bug_report.yml +++ b/.github/ISSUE_TEMPLATE/01_bug_report.yml @@ -4,6 +4,7 @@ labels: ["Bugs"] body: - type: checkboxes attributes: + label: "Dupe Check" options: - label: "I have [searched Warp bugs](https://github.com/warpdotdev/warp/issues?q=is%3Aissue+label%3ABugs) and there are no duplicates" required: true