From f89879eead11f58aa366deaf26084084443b6e0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BA=A2=E7=83=A7=E7=8C=8E=E4=BA=BA?= <95302870@qq.com> Date: Wed, 24 Jan 2024 17:54:03 +0800 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_custom.md | 6 +++--- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_custom.md b/.github/ISSUE_TEMPLATE/bug_custom.md index 290de72..82e94ac 100644 --- a/.github/ISSUE_TEMPLATE/bug_custom.md +++ b/.github/ISSUE_TEMPLATE/bug_custom.md @@ -7,11 +7,11 @@ assignees: '' --- -** Version | 版本 ** +**Version | 版本** eg: v1.0.0 -** Environment | 运行环境 ** +**Environment | 运行环境** eg: docker / ubuntu / windows -** Detailed description | 详细说明 ** +**Detailed description | 详细说明** ... diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index e7f03d4..1570251 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,7 +1,7 @@ --- name: Feature request about: Suggest an idea for this project -title: "[Feature] Short description | 简短说明,每条issue最好写一个建议,不要重复提出" +title: "[Feature] Short description | 简短说明" labels: enhancement assignees: ''