add gitee ISSUE_TEMPLATE

This commit is contained in:
Kevin Zhang 2025-08-26 14:57:05 +08:00
parent 162e96cbae
commit 680e226b8b
4 changed files with 130 additions and 0 deletions

View File

@ -0,0 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: Gitee 帮助中心
url: https://help.gitee.com/
about: 提供 Git 使用指南、教程、Gitee.com 平台基本功能使用、介绍和常见问题解答

36
ISSUE_TEMPLATE/cp.yml Normal file
View File

@ -0,0 +1,36 @@
name: 赛题(Contest Problem)
description: 参赛题目
title: "[cp]: "
labels: ["cp"]
body:
- type: markdown
attributes:
value: |
感谢你积极参与比赛,并提交自己希望参加的赛题,当出现一样的题目、一样的性能的时候,以谁创建赛题的时间早者优先。
- type: textarea
id: desired-solution
attributes:
label: 你提交的赛题的内容介绍
description: 清晰并简洁地描述你希望参赛的内容详细的描述,尽量清晰方便他人了解赛题希望达成的目标。
validations:
required: true
- type: textarea
id: alternatives
attributes:
label: 赛题有对应的预期结果
description: 清晰并简洁地描述赛题完成的预期结果,最佳的方式是知道如何测试验证预期结果的正确性。
validations:
required: false
- type: textarea
id: additional-context
attributes:
label: 你有其他相关背景的信息吗?
description: 在此处添加有关想法的任何其他上下文或截图。
validations:
required: false
- type: checkboxes
attributes:
label: 推荐其它选手完成【如选否请创建后assign赛题给自己】
options:
- label: 是否希望推荐给别人完成该赛题。
required: false

43
ISSUE_TEMPLATE/idea.yml Normal file
View File

@ -0,0 +1,43 @@
name: 想法
description: 对本赛题提出一个想法或建议
title: "[idea]: "
labels: ["idea"]
body:
- type: markdown
attributes:
value: |
感谢提出想法建议,我们将仔细考虑!
- type: textarea
id: related-problem
attributes:
label: 你的想法建议是否和某个问题相关?
description: 清晰并简洁地描述想法是什么,例如,当我...时总是想GPUCodeForces可以通过XX的事情达成XX的目标。
validations:
required: false
- type: textarea
id: desired-solution
attributes:
label: 你希望GPUCodeForces有什么样的进展
description: 清晰并简洁地描述你希望看到的内容或者进展。
validations:
required: true
- type: textarea
id: alternatives
attributes:
label: 你考虑过有哪些GPUCodeForces可以给开源做的事情
description: 清晰并简洁地描述你考虑过的任何GPUCodeForces可以给开源做的事情。
validations:
required: false
- type: textarea
id: additional-context
attributes:
label: 你有其他相关背景的信息吗?
description: 在此处添加有关想法的任何其他上下文或截图。
validations:
required: false
- type: checkboxes
attributes:
label: 意向参与贡献
options:
- label: 我有意向参与GPUCodeForces建设并成为贡献者。
required: false

46
ISSUE_TEMPLATE/task.yml Normal file
View File

@ -0,0 +1,46 @@
name: 任务
description: 对本赛题提出一个任务,用于后续跟踪和执行。
title: "[task]: "
labels: ["task"]
body:
- type: markdown
attributes:
value: |
感谢对项目的支持与关注。在提出任务之前,请确保你已查看相关文档并查看清单无相关任务:
- https://gitee.com/ccf-ai-infra/GPUCodeForces/issues
- type: checkboxes
attributes:
label: 这个任务是否已经存在?
options:
- label: 我已经搜索过现有的任务 (https://gitee.com/ccf-ai-infra/GPUCodeForces/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