From b10ad95645dea3fd1aaeb5de4e774283955110d7 Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Wed, 2 Feb 2022 14:47:35 +0700 Subject: Improve titles of issue templates --- .github/ISSUE_TEMPLATE/BUG-REPORT.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/ISSUE_TEMPLATE/BUG-REPORT.yml') diff --git a/.github/ISSUE_TEMPLATE/BUG-REPORT.yml b/.github/ISSUE_TEMPLATE/BUG-REPORT.yml index c62ea10d..a1aecde6 100644 --- a/.github/ISSUE_TEMPLATE/BUG-REPORT.yml +++ b/.github/ISSUE_TEMPLATE/BUG-REPORT.yml @@ -1,5 +1,5 @@ name: Bug report -description: File a bug report +description: Report a problem in the codebase. labels: ["bug"] body: - type: markdown -- cgit