diff --git a/.github/ISSUE_TEMPLATE/SPA.yml b/.github/ISSUE_TEMPLATE/SPA.yml new file mode 100644 index 0000000..ef9b93f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/SPA.yml @@ -0,0 +1,51 @@ +name: 🗒️新的标准立项 +description: 将会建议、建立或修改一个标准。 +title: "🗒️[SPA]" +labels: enhancement +type: Feature +body: + - type: markdown + attributes: + value: | + > [!NOTE] + > 为避免造成更多的麻烦,请在报告issue前,先检查是否有其他人已经报告过相同的立项。[检查是否存在重复](https://github.com/xystudiocode/pyclickmouse/issues)😊 + + > [!IMPORTANT] + > 我们不会在gitee上处理issue,请使用github发布。🙋‍♂️ + - type: textarea + attributes: + label: 🧾新增的立项 + placeholder: | + 请在这里输入立项内容。。。 + description: 🧾请详细描述你想要立项的标准。 + validations: + required: true + - type: input + attributes: + label: ℹ️立项施行的clickmouse版本 + placeholder: | + >=X.X.X 或 >=X.X.X.X + description: 🔠反馈大于等于一个三位或四位版本号 + value: | + 下一个clickmouse正式版 + validations: + required: false + - type: textarea + attributes: + label: ❓需要这些功能的原因 + placeholder: | + 解决了什么问题? + 增加了什么功能? + 改进了什么? + 其他原因... + description: ❓为什么需要这个功能? + validations: + required: false + - type: textarea + attributes: + label: ➕其他相关信息 + description: ✉️你了解到的更多内容 + placeholder: | + 更多信息。 + validations: + required: false \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 9afb342..8c52125 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -56,6 +56,7 @@ body: - ⤴️安装更新 - 💠其他扩展 - ♻️清理缓存 + - 🏳️‍🌈主题/样式 - 📄文档 - ❓其他/未知 validations: diff --git a/.github/ISSUE_TEMPLATE/feature.yml b/.github/ISSUE_TEMPLATE/feature.yml index d2b8567..3ef203d 100644 --- a/.github/ISSUE_TEMPLATE/feature.yml +++ b/.github/ISSUE_TEMPLATE/feature.yml @@ -37,6 +37,7 @@ body: - 💠其他扩展 - ♻️清理缓存 - 📄文档 + - 🏳️‍🌈主题/样式 - ❓其他/未知 validations: required: true diff --git a/.github/ISSUE_TEMPLATE/tasks.yml b/.github/ISSUE_TEMPLATE/tasks.yml index 7c6eee5..7b6269c 100644 --- a/.github/ISSUE_TEMPLATE/tasks.yml +++ b/.github/ISSUE_TEMPLATE/tasks.yml @@ -34,6 +34,7 @@ body: - 💠其他扩展 - ♻️清理缓存 - 📄文档 + - 🏳️‍🌈主题/样式 - ❓其他/未知 validations: required: true