diff --git a/.gitee/ISSUE_TEMPLATE/bug.yml b/.gitee/ISSUE_TEMPLATE/bug.yml index ac76ec4d..6575a138 100644 --- a/.gitee/ISSUE_TEMPLATE/bug.yml +++ b/.gitee/ISSUE_TEMPLATE/bug.yml @@ -3,6 +3,10 @@ description: 当你中发现了一个 Bug,导致应用崩溃或抛出异常, title: labels: ["BUG"] body: + - type: markdown + attributes: + value: | + 注意看看Wiki文档或者有没有重复问题 (https://gitee.com/antdui/AntdUI/issues) - type: input attributes: label: 版本号 @@ -38,12 +42,6 @@ body: - 其他 validations: required: true - - type: checkboxes - attributes: - label: 这个问题是否已经存在? - options: - - label: 我已经搜索过现有的问题 (https://gitee.com/antdui/AntdUI/issues) - required: true - type: textarea attributes: label: 如何复现 @@ -70,13 +68,7 @@ body: label: Demo 地址(Git/网盘/SVN) description: 请提供复现错误的 Demo 下载 placeholder: https://gitee.com/your_id/your_test_project.git - - type: checkboxes - attributes: - label: 友好承诺 - options: - - label: 我承诺将本着相互尊重、理解和友善的态度进行交流,共同维护好良好的社区氛围。 - required: true - type: markdown attributes: value: | - 感谢你提交 bug,我们会尽快处理。 \ No newline at end of file + 🙏 我承诺将本着相互尊重、理解和友善的态度进行交流,共同维护好良好的社区氛围。 \ No newline at end of file diff --git a/.gitee/ISSUE_TEMPLATE/enhancement.yml b/.gitee/ISSUE_TEMPLATE/enhancement.yml index dce32414..d4e2af36 100644 --- a/.gitee/ISSUE_TEMPLATE/enhancement.yml +++ b/.gitee/ISSUE_TEMPLATE/enhancement.yml @@ -35,13 +35,7 @@ body: description: 在此处添加有关功能请求的任何其他上下文或截图。 validations: required: true - - type: checkboxes - attributes: - label: 意向参与贡献 - options: - - label: 我有意向参与具体功能的开发实现并将代码贡献回到上游社区 - required: true - type: markdown attributes: value: | - 感谢你的参与! \ No newline at end of file + 🙏 我承诺将本着相互尊重、理解和友善的态度进行交流,共同维护好良好的社区氛围。 \ No newline at end of file diff --git a/.gitee/ISSUE_TEMPLATE/question.yml b/.gitee/ISSUE_TEMPLATE/question.yml index ad92808d..58068d6f 100644 --- a/.gitee/ISSUE_TEMPLATE/question.yml +++ b/.gitee/ISSUE_TEMPLATE/question.yml @@ -3,6 +3,10 @@ description: 当你不明白某个功能如何使用时,可以提交该Issue title: labels: ["问题"] body: + - type: markdown + attributes: + value: | + 注意看看Wiki文档或者有没有重复问题 (https://gitee.com/antdui/AntdUI/issues) - type: input attributes: label: 版本号 @@ -44,15 +48,7 @@ body: description: 清晰并简洁地描述你希望发生的事情。 validations: required: true - - type: checkboxes + - type: markdown attributes: - label: 这个问题是否已经存在? - options: - - label: 我已经搜索过现有的问题 (https://gitee.com/antdui/AntdUI/issues) - required: true - - type: checkboxes - attributes: - label: 友好承诺 - options: - - label: 我承诺将本着相互尊重、理解和友善的态度进行交流,共同维护好良好的社区氛围。 - required: true \ No newline at end of file + value: | + 🙏 我承诺将本着相互尊重、理解和友善的态度进行交流,共同维护好良好的社区氛围。 \ No newline at end of file