From ecaf0f12215157b3d782b4b098fb10ccdbffecca Mon Sep 17 00:00:00 2001 From: welpo Date: Sat, 16 Sep 2023 02:10:28 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20chore(issue=20templates):=20incl?= =?UTF-8?q?ude=20label=20in=20bug=20reports?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/bug_report.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index f2be33f..7873265 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -2,7 +2,7 @@ name: Bug report about: Did you run into an issue while using tabi? title: '' -labels: '' +labels: bug assignees: '' --- @@ -20,5 +20,5 @@ Tell us what should have happened. ## Current Behavior Tell us what happens instead of the expected behavior. -## Step to reproduce +## Step to Reproduce Please provide the steps to reproduce the issue.