From d5b93e89cd5bb191770e9b63b63ed5f328c39b2d Mon Sep 17 00:00:00 2001 From: vorotamoroz Date: Mon, 11 May 2026 17:55:31 +0900 Subject: [PATCH] Change the default issue report label from 'bug' to 'uncategorised' --- .github/ISSUE_TEMPLATE/issue-report.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/issue-report.md b/.github/ISSUE_TEMPLATE/issue-report.md index 2ca8a66..d12287f 100644 --- a/.github/ISSUE_TEMPLATE/issue-report.md +++ b/.github/ISSUE_TEMPLATE/issue-report.md @@ -2,7 +2,7 @@ name: Issue report about: Create a report to help us improve title: '' -labels: 'bug' +labels: 'uncategorised' assignees: '' ---