chore(.github/ISSUE_TEMPLATE): 删除过时的 Issue 模板

- 移除 bug 报告和功能建议模板,精简仓库中的 GitHub Issue 配置。
This commit is contained in:
LanQin_
2026-06-29 14:43:03 +08:00
parent d2901dd51f
commit 6a30f8ac60
7 changed files with 157 additions and 85 deletions
@@ -0,0 +1,20 @@
name: Feature request / 功能建议
description: Suggest an improvement for LanQin Email. / 提出一个改进建议。
title: "[Feature]: "
labels: ["enhancement"]
body:
- type: markdown
attributes:
value: |
Please write in Chinese or English.
你可以使用中文或英文填写。
- type: textarea
id: details
attributes:
label: Details / 详情
description: What do you want to improve, and why? / 你想改进什么?为什么?
placeholder: "Example / 示例:希望管理员可以批量创建邮箱,因为目前一个个添加比较慢。"
validations:
required: true