From 29d5f5fc01fbff7c49926a3c297fa8a3fb1624af Mon Sep 17 00:00:00 2001 From: SWHL Date: Wed, 6 Sep 2023 16:31:07 +0800 Subject: [PATCH] Update issue template --- .github/ISSUE_TEMPLATE/01-feature_request.md | 11 ----------- .github/ISSUE_TEMPLATE/03-blank.md | 8 -------- .github/ISSUE_TEMPLATE/{02-bug.md => bug.md} | 2 +- 3 files changed, 1 insertion(+), 20 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/01-feature_request.md delete mode 100644 .github/ISSUE_TEMPLATE/03-blank.md rename .github/ISSUE_TEMPLATE/{02-bug.md => bug.md} (97%) diff --git a/.github/ISSUE_TEMPLATE/01-feature_request.md b/.github/ISSUE_TEMPLATE/01-feature_request.md deleted file mode 100644 index 0a409c6e2..000000000 --- a/.github/ISSUE_TEMPLATE/01-feature_request.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -name: Feature Request -about: requests for new RapidOCR features -title: 'Feature Request' -labels: 'Feature Request' -assignees: '' - ---- - -请您详细描述想要添加的新功能或者是新特性 -(Please describe in detail the new function or new feature you want to add) diff --git a/.github/ISSUE_TEMPLATE/03-blank.md b/.github/ISSUE_TEMPLATE/03-blank.md deleted file mode 100644 index 6f0fd0998..000000000 --- a/.github/ISSUE_TEMPLATE/03-blank.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -name: Blank Template -about: Blank Template -title: '' -labels: 'Blank Template' -assignees: '' - ---- diff --git a/.github/ISSUE_TEMPLATE/02-bug.md b/.github/ISSUE_TEMPLATE/bug.md similarity index 97% rename from .github/ISSUE_TEMPLATE/02-bug.md rename to .github/ISSUE_TEMPLATE/bug.md index a18df8e1a..62bcb07c5 100644 --- a/.github/ISSUE_TEMPLATE/02-bug.md +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -1,5 +1,5 @@ --- -name: Bug +name: 🐞 Bug about: Bug title: 'Bug' labels: 'Bug'