From 382c73ae781061d472dcbd9319d3ffa57aae5bdb Mon Sep 17 00:00:00 2001 From: Dmitry Kovba Date: Fri, 27 Jun 2025 15:51:47 -0700 Subject: [PATCH] Use a consistent capitalization in a bug report template (#181) --- .github/ISSUE_TEMPLATE/01-bug.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/01-bug.yml b/.github/ISSUE_TEMPLATE/01-bug.yml index f0d89c0a..b7b949fc 100644 --- a/.github/ISSUE_TEMPLATE/01-bug.yml +++ b/.github/ISSUE_TEMPLATE/01-bug.yml @@ -34,7 +34,7 @@ body: - type: textarea id: expected attributes: - label: Expected Behavior + label: Expected behavior description: A concise description of what you expected to happen. validations: required: true