diff --git a/.gitee/ISSUE_TEMPLATE/bug.yml b/.gitee/ISSUE_TEMPLATE/bug.yml new file mode 100644 index 0000000..d627214 --- /dev/null +++ b/.gitee/ISSUE_TEMPLATE/bug.yml @@ -0,0 +1,46 @@ +name: 任务(GPUKernelContest) +description: 对本赛题提出一个任务,用于后续跟踪和执行。 +title: "[task]: " +labels: ["task"] +body: + - type: markdown + attributes: + value: | + 感谢对项目的支持与关注。在提出任务之前,请确保你已查看相关文档并查看清单无相关任务: + - https://gitee.com/ccf-ai-infra/GPUKernelContest/issues + - type: checkboxes + attributes: + label: 这个任务是否已经存在? + options: + - label: 我已经搜索过现有的任务 (https://gitee.com/ccf-ai-infra/GPUKernelContest/issues) + required: true + - type: textarea + attributes: + label: 如何实现 + description: 请详细告诉我们你的任务的目标是什么?完成该目标需要做哪几步。如涉及代码,可提供一个最小代码示例,并使用反引号```附上它 + placeholder: | + 1. ... + 2. ... + 3. ... + validations: + required: true + - type: textarea + attributes: + label: 完成目标的预期效果 + description: 请告诉我们你预期完成后会发生什么。 + validations: + required: true + - type: textarea + attributes: + label: 目标的验收方式如何 + description: 请告诉如何验收该目标。 + validations: + required: true + - type: textarea + attributes: + label: 其它背景材料 + description: 如果可以的话,上传任何关于任务的背景材料,如截图。 + value: | + [在这里上传背景材料及图片] + validations: + required: true \ No newline at end of file diff --git a/.gitee/ISSUE_TEMPLATE/config.yaml b/.gitee/ISSUE_TEMPLATE/config.yaml new file mode 100644 index 0000000..b696f2a --- /dev/null +++ b/.gitee/ISSUE_TEMPLATE/config.yaml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - name: Gitee 帮助中心 + url: https://help.gitee.com/ + about: 提供 Git 使用指南、教程、Gitee.com 平台基本功能使用、介绍和常见问题解答 \ No newline at end of file diff --git a/.gitee/ISSUE_TEMPLATE/feature.yml b/.gitee/ISSUE_TEMPLATE/feature.yml new file mode 100644 index 0000000..abcd8f2 --- /dev/null +++ b/.gitee/ISSUE_TEMPLATE/feature.yml @@ -0,0 +1,43 @@ +name: 想法(GPUKernelContest) +description: 对本赛题提出一个想法或建议 +title: "[idea]: " +labels: ["idea"] +body: + - type: markdown + attributes: + value: | + 感谢提出想法建议,我们将仔细考虑! + - type: textarea + id: related-problem + attributes: + label: 你的想法建议是否和某个问题相关? + description: 清晰并简洁地描述想法是什么,例如,当我...时,总是想GPUKernelContest可以通过XX的事情,达成XX的目标。 + validations: + required: false + - type: textarea + id: desired-solution + attributes: + label: 你希望GPUKernelContest有什么样的进展? + description: 清晰并简洁地描述你希望看到的内容或者进展。 + validations: + required: true + - type: textarea + id: alternatives + attributes: + label: 你考虑过有哪些GPUKernelContest可以给开源做的事情? + description: 清晰并简洁地描述你考虑过的任何GPUKernelContest可以给开源做的事情。 + validations: + required: false + - type: textarea + id: additional-context + attributes: + label: 你有其他相关背景的信息吗? + description: 在此处添加有关想法的任何其他上下文或截图。 + validations: + required: false + - type: checkboxes + attributes: + label: 意向参与贡献 + options: + - label: 我有意向参与GPUKernelContest建设,并成为贡献者。 + required: false \ No newline at end of file