From 375ca7f5044343d861658f382bc569f90a75ba63 Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Wed, 2 Feb 2022 14:37:23 +0700 Subject: Fix duplicate `label` field in bug report template --- .github/ISSUE_TEMPLATE/BUG-REPORT.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/ISSUE_TEMPLATE/BUG-REPORT.yml b/.github/ISSUE_TEMPLATE/BUG-REPORT.yml index 866b5f7a..dc1e4c09 100644 --- a/.github/ISSUE_TEMPLATE/BUG-REPORT.yml +++ b/.github/ISSUE_TEMPLATE/BUG-REPORT.yml @@ -49,7 +49,7 @@ body: - type: textarea attributes: label: What is the expected behavior? - label: what-expected + id: what-expected description: What were you expecting to happen? validations: required: true -- cgit