From e757da729ae75123984500375b925e6359180ba6 Mon Sep 17 00:00:00 2001 From: radishzzz Date: Sun, 6 Apr 2025 15:57:28 +0100 Subject: [PATCH] docs: update issue template --- .github/ISSUE_TEMPLATE/bug_report.md | 30 ++++++++--------------- .github/ISSUE_TEMPLATE/feature_request.md | 14 +++++------ 2 files changed, 17 insertions(+), 27 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index dd84ea7..c205f81 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,38 +1,28 @@ --- -name: Bug report +name: Bug report|问题反馈 about: Create a report to help us improve -title: '' -labels: '' +title: '[BUG]: ' +labels: 'bug' assignees: '' --- -**Describe the bug** +### Describe the bug|问题描述 A clear and concise description of what the bug is. -**To Reproduce** +### To Reproduce|复现步骤 Steps to reproduce the behavior: + 1. Go to '...' 2. Click on '....' 3. Scroll down to '....' 4. See error -**Expected behavior** +### Expected behavior|预期行为 A clear and concise description of what you expected to happen. -**Screenshots** +### Screenshots|屏幕截图 If applicable, add screenshots to help explain your problem. -**Desktop (please complete the following information):** - - OS: [e.g. iOS] - - Browser [e.g. chrome, safari] - - Version [e.g. 22] - -**Smartphone (please complete the following information):** - - Device: [e.g. iPhone6] - - OS: [e.g. iOS8.1] - - Browser [e.g. stock browser, safari] - - Version [e.g. 22] - -**Additional context** -Add any other context about the problem here. +### Additional context|补充信息 +Add any other context about the problem here. \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index bbcbbe7..9bc8e46 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,20 +1,20 @@ --- -name: Feature request +name: Feature request|功能请求 about: Suggest an idea for this project -title: '' -labels: '' +title: '[Feature Request]: ' +labels: 'enhancement' assignees: '' --- -**Is your feature request related to a problem? Please describe.** +### Problem Description|问题描述 A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] -**Describe the solution you'd like** +### Solution|解决方案 A clear and concise description of what you want to happen. -**Describe alternatives you've considered** +### Alternative|备选方案 A clear and concise description of any alternative solutions or features you've considered. -**Additional context** +### Additional context|补充信息 Add any other context or screenshots about the feature request here.