From 659d88fb746a178adaf2f01bd2a82e56e9f63fb1 Mon Sep 17 00:00:00 2001 From: ikechan8370 Date: Sun, 12 Feb 2023 11:48:16 +0800 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/feature_request.md | 20 ------------------- .../功能请求-feature-request-.md | 20 +++++++++++++++++++ 2 files changed, 20 insertions(+), 20 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/feature_request.md create mode 100644 .github/ISSUE_TEMPLATE/功能请求-feature-request-.md diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index bbcbbe7..0000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -name: Feature request -about: Suggest an idea for this project -title: '' -labels: '' -assignees: '' - ---- - -**Is your feature request related to a problem? Please describe.** -A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] - -**Describe the solution you'd like** -A clear and concise description of what you want to happen. - -**Describe alternatives you've considered** -A clear and concise description of any alternative solutions or features you've considered. - -**Additional context** -Add any other context or screenshots about the feature request here. diff --git a/.github/ISSUE_TEMPLATE/功能请求-feature-request-.md b/.github/ISSUE_TEMPLATE/功能请求-feature-request-.md new file mode 100644 index 0000000..b7b43db --- /dev/null +++ b/.github/ISSUE_TEMPLATE/功能请求-feature-request-.md @@ -0,0 +1,20 @@ +--- +name: 功能请求(Feature request) +about: 为本项目提出一个新想法 +title: '' +labels: '' +assignees: '' + +--- + +**你的功能请求是否与某个问题有关?请描述。** +问题的清晰而简明的描述。 + +**描述你想要的解决方案** +你想要发生什么的清晰而简明的描述。 + +**描述你已经考虑的替代方案** +对任何替代解决方案或功能的清晰简明的描述。 + +**附加说明** +在此处添加有关功能请求的任何其他说明、屏幕截图或者引用。