From 98d5eb7793700d432bb03fbf9a223c9c31c2fe54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E5=AE=87=E8=A1=A1?= Date: Sun, 25 Aug 2024 11:29:34 +0800 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/功能请求.md | 2 +- .github/ISSUE_TEMPLATE/报告bug.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/功能请求.md b/.github/ISSUE_TEMPLATE/功能请求.md index 1c69b4f..18eada3 100644 --- a/.github/ISSUE_TEMPLATE/功能请求.md +++ b/.github/ISSUE_TEMPLATE/功能请求.md @@ -2,7 +2,7 @@ name: 功能请求 about: Suggest an idea for this project title: '' -labels: '' +labels: 新需求 assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/报告bug.md b/.github/ISSUE_TEMPLATE/报告bug.md index ffd43f4..b134c43 100644 --- a/.github/ISSUE_TEMPLATE/报告bug.md +++ b/.github/ISSUE_TEMPLATE/报告bug.md @@ -2,7 +2,7 @@ name: 报告BUG about: Create a report to help us improve title: '' -labels: '' +labels: bug, 疑问/待复现 assignees: '' ---