From 0ce2deff5a3afc3604b8f6ef9be28b1e32323531 Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Wed, 2 Feb 2022 15:04:56 +0700 Subject: Make titles of issue templates more relatable --- .github/ISSUE_TEMPLATE/BUG-REPORT.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (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 1626a699..9d0eb2ed 100644 --- a/.github/ISSUE_TEMPLATE/BUG-REPORT.yml +++ b/.github/ISSUE_TEMPLATE/BUG-REPORT.yml @@ -1,5 +1,5 @@ -name: Bug report -description: Report a problem. +name: I have a problem with the library +description: File a bug report. labels: ["bug"] body: - type: markdown -- cgit