From 7c5aed771bae4b6fd07d181a36229474a1c48913 Mon Sep 17 00:00:00 2001 From: jinduoxia Date: Mon, 7 Jul 2025 11:54:05 +0000 Subject: [PATCH 01/10] add .gitee/ISSUE_TEMPLATE/1-documentation.yml. Signed-off-by: jinduoxia --- .gitee/ISSUE_TEMPLATE/1-documentation.yml | 63 +++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 .gitee/ISSUE_TEMPLATE/1-documentation.yml diff --git a/.gitee/ISSUE_TEMPLATE/1-documentation.yml b/.gitee/ISSUE_TEMPLATE/1-documentation.yml new file mode 100644 index 000000000..1963b01df --- /dev/null +++ b/.gitee/ISSUE_TEMPLATE/1-documentation.yml @@ -0,0 +1,63 @@ +name: 📚 Documentation +description: Request updates or additions to MindScience documentation +title: "[Doc]: " +labels: ["documentation"] + +body: +- type: markdown + attributes: + value: | + Thanks for taking the time to help MindScience and improve our documentation! + - If this is your first time, please read [our contributor guidelines](https://gitee.com/mindspore/mindscience/blob/master/CONTRIBUTION.md). + - You also confirm that you have searched the [open documentation issues](https://gitee.com/mindspore/mindscience/issues) and have found no duplicates for this request +- type: dropdown + id: domain + attributes: + label: Which domain the issue belongs to? + options: + - MindSpore Science Core + - applications-SPONGE + - applications-Flow + - applications-Energy + - applications-Chemistry + - applications-Earth + - SciAi + - Others + validations: + required: true + +- type: dropdown + id: new_or_correction + attributes: + label: Is this for new documentation, or an update to existing docs? + options: + - New + - Update + validations: + required: true + +- type: textarea + attributes: + label: 📚 The doc issue + description: > + Describe the incorrect/future/missing documentation. + value: | + 1. 【Document Link】/【文档链接】 + + 2. 【Issues Section】/【问题文档片段】 + + 3. 【Existing Issues】/【存在的问题】 + + 4. 【Expected Result】【预期结果】 + + validations: + required: true +- type: textarea + attributes: + label: Suggest a potential alternative/fix + description: > + Tell us how we could improve the documentation in this regard. +- type: markdown + attributes: + value: > + Thanks for contributing 🎉! \ No newline at end of file -- Gitee From 7ef5df57638a611300f1615fafbaf19fc2990777 Mon Sep 17 00:00:00 2001 From: jinduoxia Date: Mon, 7 Jul 2025 11:54:28 +0000 Subject: [PATCH 02/10] add .gitee/ISSUE_TEMPLATE/2-installation.yml. Signed-off-by: jinduoxia --- .gitee/ISSUE_TEMPLATE/2-installation.yml | 71 ++++++++++++++++++++++++ 1 file changed, 71 insertions(+) create mode 100644 .gitee/ISSUE_TEMPLATE/2-installation.yml diff --git a/.gitee/ISSUE_TEMPLATE/2-installation.yml b/.gitee/ISSUE_TEMPLATE/2-installation.yml new file mode 100644 index 000000000..d8a8e21d4 --- /dev/null +++ b/.gitee/ISSUE_TEMPLATE/2-installation.yml @@ -0,0 +1,71 @@ +name: 🛠️ Installation +description: Report an issue here when you hit errors during installation. +title: "[Installation]: " +labels: ["installation"] + +body: +- type: markdown + attributes: + value: > + #### Before submitting an issue, please make sure the issue hasn't been already addressed by searching through [the existing and past issues](https://gitee.com/mindspore/mindscience/issues). +- type: dropdown + id: domain + attributes: + label: Which domain the issue belongs to? + options: + - MindSpore Science Core + - applications-SPONGE + - applications-Flow + - applications-Energy + - applications-Chemistry + - applications-Earth + - SciAi + - Others + validations: + required: true + +- type: textarea + attributes: + label: Your current environment + description: | + Environment / 环境信息 (Mandatory / 必填) + value: | + - **Hardware Environment / 硬件环境(Mandatory / 必填)**: + Hardware (e.g.`Ascend910B1`/`Mac CPU`) + + 样例: + + | 后端类型| 硬件具体类别 | + | --- | --- | + | Ascend | 910B1 | + | CPU| Mac CPU/Win CPU| + + + - **Software Environment / 软件环境 (Mandatory / 必填)**: + 迭代版本新增问题样例:(根据实际修改和增删) + + | Software | Version(根据实际修改,必填)| + | --- | --- | + | MindSpore | MindSpore 2.4.0.BXXX | + | MindFormers | XXXXXX | + | MindIE | XXXXXX | + | CANN | MILAN&Florence-ASL/ABL XXXXXX | + | Python | Python XXXXXX | + | OS platform | Ubuntu XXXXXX | + | GCC/Compiler version | XXXXXX | + + validations: + required: true +- type: textarea + attributes: + label: How you are installing MindScience + description: | + Paste the full command you are trying to execute. + value: | + ```sh + pip install https://ms-release.obs.cn-north-4.myhuaweicloud.com/2.2.1/MindScience/mindsponge/gpu/x86_64/cuda-10.1/mindsponge_gpu-1.0.0rc2-py3-none-any.whl + ``` +- type: markdown + attributes: + value: > + Thanks for contributing 🎉! \ No newline at end of file -- Gitee From a7b3fd67db7f6b7d6441a1d694ca591993ecd999 Mon Sep 17 00:00:00 2001 From: jinduoxia Date: Mon, 7 Jul 2025 11:56:30 +0000 Subject: [PATCH 03/10] add .gitee/ISSUE_TEMPLATE/3-bug-report.yml. Signed-off-by: jinduoxia --- .gitee/ISSUE_TEMPLATE/3-bug-report.yml | 162 +++++++++++++++++++++++++ 1 file changed, 162 insertions(+) create mode 100644 .gitee/ISSUE_TEMPLATE/3-bug-report.yml diff --git a/.gitee/ISSUE_TEMPLATE/3-bug-report.yml b/.gitee/ISSUE_TEMPLATE/3-bug-report.yml new file mode 100644 index 000000000..1b2a4b93f --- /dev/null +++ b/.gitee/ISSUE_TEMPLATE/3-bug-report.yml @@ -0,0 +1,162 @@ +name: 🐛 Bug report +description: Raise an issue here if you find a bug. +title: "[Bug]: " +labels: ["bug"] + +body: + - type: markdown + attributes: + value: | + Thanks for taking the time to help MindScience and fill out this bug report! + - If this is your first time, please read [our contributor guidelines](https://gitee.com/mindspore/mindscience/blob/master/CONTRIBUTION.md). + - You also confirm that you have searched the [open documentation issues](https://gitee.com/mindspore/mindscience/issues) and have found no duplicates for this request + - type: dropdown + id: domain + attributes: + label: Which domain the issue belongs to? + options: + - MindSpore Science Core + - applications-SPONGE + - applications-Flow + - applications-Energy + - applications-Chemistry + - applications-Earth + - SciAi + - Others + validations: + required: true + + - type: input + id: version + attributes: + label: Version + description: What version of MindScience are you running? + placeholder: "example: r0.7" + validations: + required: true + + - type: textarea + attributes: + label: installation-method + description: | + Paste the full command you are trying to execute. + value: | + ```sh + pip install https://ms-release.obs.cn-north-4.myhuaweicloud.com/2.2.1/MindScience/mindsponge/gpu/x86_64/cuda-10.1/mindsponge_gpu-1.0.0rc2-py3-none-any.whl + ``` + + - type: textarea + attributes: + label: Your current environment + description: | + Environment / 环境信息 (Mandatory / 必填) + value: | + - **Hardware Environment / 硬件环境(Mandatory / 必填)**: + Hardware (e.g.`Ascend910B1`/`Mac CPU`) + + 样例: + + | 后端类型| 硬件具体类别 | + | --- | --- | + | Ascend | 910B1 | + | CPU| Mac CPU/Win CPU| + + + - **Software Environment / 软件环境 (Mandatory / 必填)**: + 迭代版本新增问题样例:(根据实际修改和增删) + + | Software | Version(根据实际修改,必填)| + | --- | --- | + | MindSpore | MindSpore 2.4.0.BXXX | + | MindFormers | XXXXXX | + | MindIE | XXXXXX | + | CANN | MILAN&Florence-ASL/ABL XXXXXX | + | Python | Python XXXXXX | + | OS platform | Ubuntu XXXXXX | + | GCC/Compiler version | XXXXXX | + + + bugfix版本问题引入样例:(根据实际修改和增删) + + | Software | Version(根据实际修改,必填)| + | --- | --- | + | MindSpore | MindSpore 2.4.0.BXXXXXX (成功)master_202407131XXXXXX _a4230c71d(失败)| + | CANN | Milan_C18/2XXXXXX (成功) Milan_C18/2XXXXXX (失败) | + | CANN 归档地址 | | + | MindIE | 1.0.RC2.XXXXXX (成功) 1.0.RC2.XXXXXX (失败) | + | Python | Python XXXXXX | + | OS platform | Ubuntu XXXXXX | + | GCC/Compiler version | XXXXXX | + + validations: + required: true + + + - type: textarea + id: description + attributes: + label: Describe the issue + description: | + Please provide a complete and succinct description of the problem, including what you expected to happen. + value: | + #### 1.Describe the current behavior / 问题描述 (Mandatory / 必填) + + 样例: (根据实际修改和增删) + + > mixtral网络8x7B 16卡,配置执行参数:cell共享+梯度累加4+dp1mp4ep1pp4mb4gas1bs2,训练报 RuntimeError: Exec graph failed + + #### 2. / 关联用例 (Mandatory / 必填)Related testcase + + > - **Testcase Name/ 用例名 (Mandatory / 必填)**: + > -- Testcase Name(e.g.test\_mf\_llama\_7b\_wiki4096\_train\_cell\_dp1mp4pp4mb4\_910\_16p\_0005): * + + > - **Excute Mode / 执行模式 (Mandatory / 必填)**: + > -- Excute Mode(e.g., Graph\PyNative): * + > -- Excute Mode(e.g., O0\O1\O2):O* + > - **数据集名字和路径 (Mandatory / 选填)**: + + > - **权重文件名字和路径 (Mandatory / 选填)**: + + #### 3.Steps to reproduce the issue / 重现步骤 (Mandatory / 必填) + + > 测试步骤:来自文本用例 + > 用例执行命令:来自CI日志或者用户执行命令 + + + #### 4.Describe the expected behavior / 预期结果 (Mandatory / 必填) + + > **【预期结果】**:qwen1_5 推理精度正常 + + #### 5.Related log / screenshot / 日志 / 截图 (Mandatory / 必填) + + 报错关键日志截图: + ![image](https://wiki.huawei.com/vision-file-storage/api/file/download/upload-v2/WIKI202407234096837/10242138/image.png) + + 完整日志(通过附件上传): + + ![image](https://wiki.huawei.com/vision-file-storage/api/file/download/upload-v2/WIKI202407234096837/10242205/image.png) + + ### + + #### 6.Special notes for this issue/备注 (Optional / 选填) + + **【定位人】**吴某某(根据实际修改) + + validations: + required: true + + + - type: textarea + id: mvr + attributes: + label: Minimum reproducible example + description: Please supply a [minimum reproducible code example](https://matthewrocklin.com/blog/work/2018/02/28/minimal-bug-reports) here. + render: shell + + - type: textarea + id: logs + attributes: + label: Relevant log output + description: Please paste relevant error and log output here + render: shell + -- Gitee From e84824e790191c7a95d09a07f2974546f88765a5 Mon Sep 17 00:00:00 2001 From: jinduoxia Date: Mon, 7 Jul 2025 11:56:49 +0000 Subject: [PATCH 04/10] add .gitee/ISSUE_TEMPLATE/4-ci-failure.yml. Signed-off-by: jinduoxia --- .gitee/ISSUE_TEMPLATE/4-ci-failure.yml | 84 ++++++++++++++++++++++++++ 1 file changed, 84 insertions(+) create mode 100644 .gitee/ISSUE_TEMPLATE/4-ci-failure.yml diff --git a/.gitee/ISSUE_TEMPLATE/4-ci-failure.yml b/.gitee/ISSUE_TEMPLATE/4-ci-failure.yml new file mode 100644 index 000000000..60a0ec790 --- /dev/null +++ b/.gitee/ISSUE_TEMPLATE/4-ci-failure.yml @@ -0,0 +1,84 @@ +name: 🧪 CI failure report +description: Report a failing test. +title: "[CI Failure]: " +labels: ["ci-failure"] + +body: +- type: dropdown + id: domain + attributes: + label: Which domain the issue belongs to? + options: + - MindSpore Science Core + - applications-SPONGE + - applications-Flow + - applications-Energy + - applications-Chemistry + - applications-Earth + - SciAi + - Others + validations: + required: true + +- type: markdown + attributes: + value: > + #### Include the name of the failing Buildkite step and test file in the title. +- type: input + attributes: + label: Name of failing test + description: | + Paste in the fully-qualified name of the failing test from the logs. + placeholder: | + `path/to/test_file.py::test_name[params]` + validations: + required: true +- type: checkboxes + attributes: + label: Basic information + description: Select all items that apply to the failing test. + options: + - label: Flaky test + - label: Can reproduce locally + - label: Caused by external libraries (e.g. bug in `transformers`) +- type: textarea + attributes: + label: 🧪 Describe the failing test + description: | + Please provide a clear and concise description of the failing test. + placeholder: | + A clear and concise description of the failing test. + + ``` + The error message you got, with the full traceback and the error logs with [dump_input.py:##] if present. + ``` + validations: + required: true +- type: textarea + attributes: + label: 📝 History of failing test + description: | + Since when did the test start to fail? + + If you have time, identify the PR that caused the test to fail on main. You can do so via the following methods: + + - Use Buildkite Test Suites to find the PR where the test failure first occurred, and reproduce the failure locally. + + - Run [`git bisect`](https://git-scm.com/docs/git-bisect) locally. + + - Manually unblock Buildkite steps for suspected PRs on main and check the results. (authorized users only) + placeholder: | + Approximate timeline and/or problematic PRs + + A link to the Buildkite analytics of the failing test (if available) + validations: + required: true +- type: textarea + attributes: + label: CC List. + description: > + The list of people you want to CC. Usually, this includes those who worked on the PR that failed the test. +- type: markdown + attributes: + value: > + Thanks for reporting 🙏! \ No newline at end of file -- Gitee From c4fd1787088d3445809a181de4da1ddb70b2a44a Mon Sep 17 00:00:00 2001 From: jinduoxia Date: Mon, 7 Jul 2025 11:57:05 +0000 Subject: [PATCH 05/10] add .gitee/ISSUE_TEMPLATE/5-feature-request.yml. Signed-off-by: jinduoxia --- .gitee/ISSUE_TEMPLATE/5-feature-request.yml | 57 +++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 .gitee/ISSUE_TEMPLATE/5-feature-request.yml diff --git a/.gitee/ISSUE_TEMPLATE/5-feature-request.yml b/.gitee/ISSUE_TEMPLATE/5-feature-request.yml new file mode 100644 index 000000000..76f3891ba --- /dev/null +++ b/.gitee/ISSUE_TEMPLATE/5-feature-request.yml @@ -0,0 +1,57 @@ +name: 🚀 Feature request +description: Submit a proposal/request for a new MindScience feature +title: "[Feature]: " +labels: ["feature request"] + +body: +- type: markdown + attributes: + value: > + #### Before submitting an issue, please make sure the issue hasn't been already addressed by searching through [the existing and past issues](https://gitee.com/mindspore/mindscience/issues). +- type: dropdown + id: domain + attributes: + label: Which domain the issue belongs to? + options: + - MindSpore Science Core + - applications-SPONGE + - applications-Flow + - applications-Energy + - applications-Chemistry + - applications-Earth + - SciAi + - Others + validations: + required: true +- type: dropdown + id: new_or_improvement + attributes: + label: Is this a new feature, an improvement, or a change to existing functionality? + options: + - New Feature + - Improvement + - Change + validations: + required: true + +- type: textarea + attributes: + label: 🚀 The feature, motivation and pitch + description: > + A clear and concise description of the feature proposal. Please outline the motivation for the proposal. Is your feature request related to a specific problem? e.g., *"I'm working on X and would like Y to be possible"*. If this is related to another GitHub issue, please link here too. + validations: + required: true +- type: textarea + attributes: + label: Alternatives + description: > + A description of any alternative solutions or features you've considered, if any. +- type: textarea + attributes: + label: Additional context + description: > + Add any other context or screenshots about the feature request. +- type: markdown + attributes: + value: > + Thanks for contributing 🎉! \ No newline at end of file -- Gitee From b567f17446c0ccddee4d2ba7adfad9b7a08ac82e Mon Sep 17 00:00:00 2001 From: jinduoxia Date: Mon, 7 Jul 2025 11:57:22 +0000 Subject: [PATCH 06/10] add .gitee/ISSUE_TEMPLATE/6-new-model.yml. Signed-off-by: jinduoxia --- .gitee/ISSUE_TEMPLATE/6-new-model.yml | 47 +++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 .gitee/ISSUE_TEMPLATE/6-new-model.yml diff --git a/.gitee/ISSUE_TEMPLATE/6-new-model.yml b/.gitee/ISSUE_TEMPLATE/6-new-model.yml new file mode 100644 index 000000000..e03e222e4 --- /dev/null +++ b/.gitee/ISSUE_TEMPLATE/6-new-model.yml @@ -0,0 +1,47 @@ +name: 🤗 Support request for a new model of science +description: Submit a proposal/request for a new model of science +title: "[New Model]: " +labels: ["new model"] + +body: +- type: markdown + attributes: + value: > + #### Before submitting an issue, please make sure the issue hasn't been already addressed by searching through [the existing and past issues](https://gitee.com/mindspore/mindscience/issues). +- type: dropdown + id: domain + attributes: + label: Which domain the issue belongs to? + options: + - MindSpore Science Core + - applications-SPONGE + - applications-Flow + - applications-Energy + - applications-Chemistry + - applications-Earth + - SciAi + - Others + validations: + required: true + +- type: textarea + attributes: + label: The model to consider. + description: > + A url, pointing to the model, e.g. https://huggingface.co/openai-community/gpt2 . + validations: + required: true +- type: textarea + attributes: + label: The closest model MindScience already supports. + description: > + Here is the list of models already supported by MindScience: https://gitee.com/mindspore/mindscience#%E6%A6%82%E8%BF%B0 . Which model is the most similar to the model you want to add support for? +- type: textarea + attributes: + label: What's your difficulty of supporting the model you want? + description: > + For example, any new operators or new architecture? +- type: markdown + attributes: + value: > + Thanks for contributing 🎉! \ No newline at end of file -- Gitee From f0e21ab75f69acc76ff4fd76f80bdbecafecfa00 Mon Sep 17 00:00:00 2001 From: jinduoxia Date: Mon, 7 Jul 2025 11:57:38 +0000 Subject: [PATCH 07/10] add .gitee/ISSUE_TEMPLATE/7-RFC.yml. Signed-off-by: jinduoxia --- .gitee/ISSUE_TEMPLATE/7-RFC.yml | 88 +++++++++++++++++++++++++++++++++ 1 file changed, 88 insertions(+) create mode 100644 .gitee/ISSUE_TEMPLATE/7-RFC.yml diff --git a/.gitee/ISSUE_TEMPLATE/7-RFC.yml b/.gitee/ISSUE_TEMPLATE/7-RFC.yml new file mode 100644 index 000000000..9bc351a2d --- /dev/null +++ b/.gitee/ISSUE_TEMPLATE/7-RFC.yml @@ -0,0 +1,88 @@ +name: 💬 Request for comments (RFC). +description: Ask for feedback on major architectural changes or design choices. +title: "[RFC]: " +labels: ["RFC"] + +body: +- type: markdown + attributes: + value: > + #### Please take a look at previous [RFCs](https://gitee.com/mindspore/mindscience/issues) for reference. +- type: dropdown + id: domain + attributes: + label: Which domain the issue belongs to? + options: + - MindSpore Science Core + - applications-SPONGE + - applications-Flow + - applications-Energy + - applications-Chemistry + - applications-Earth + - SciAi + - Others + validations: + required: true + +- type: textarea + attributes: + label: Backgroud. + description: > + Backgroud(背景信息) + placeholder: | + - Describe/Explain the status of the problem you wish to solve. + - Attach relevant issues if there is any. + validations: + required: true +- type: textarea + attributes: + label: Origin + description: > + Origin(信息来源) + placeholder: | + - Explain which department/team made this request so that its priority can be given. + validations: + required: true +- type: textarea + attributes: + label: Benefit / Necessity + description: > + Benefit / Necessity (价值/作用) + placeholder: | + - Describe/Explain the key value by fulfilling the request. + validations: + required: true +- type: textarea + attributes: + label: Design + description: > + Design(设计方案) + placeholder: | + - Describe/Explain the general idea of the design. Pseudo-code is allowed + validations: + required: true +- type: textarea + attributes: + label: Feedback Period. + description: > + The feedback period of the RFC. Usually at least one week. + validations: + required: false +- type: textarea + attributes: + label: CC List. + description: > + The list of people you want to CC. + validations: + required: false +- type: textarea + attributes: + label: Any Other Things. + description: > + Any other things you would like to mention. + validations: + required: false +- type: markdown + attributes: + value: > + Thanks for contributing 🎉! \ No newline at end of file -- Gitee From 443b6b9bef56e7a18fd991a05389083179abb7fb Mon Sep 17 00:00:00 2001 From: jinduoxia Date: Mon, 7 Jul 2025 11:57:59 +0000 Subject: [PATCH 08/10] add .gitee/ISSUE_TEMPLATE/8-internship.yml. Signed-off-by: jinduoxia --- .gitee/ISSUE_TEMPLATE/8-internship.yml | 82 ++++++++++++++++++++++++++ 1 file changed, 82 insertions(+) create mode 100644 .gitee/ISSUE_TEMPLATE/8-internship.yml diff --git a/.gitee/ISSUE_TEMPLATE/8-internship.yml b/.gitee/ISSUE_TEMPLATE/8-internship.yml new file mode 100644 index 000000000..a1431c22c --- /dev/null +++ b/.gitee/ISSUE_TEMPLATE/8-internship.yml @@ -0,0 +1,82 @@ +name: 💻 Internship +description: This issue is intended for the MindScience open source internship project for college students +title: "[Internship]: " +labels: ["internship"] + + +body: +- type: markdown + attributes: + value: | + - This issue is intended for the MindSpore open source internship project for college students. Developers who do not participate in this project are not allowed to receive it. + - 本issue为面向高校学生的“MindSpore开源实习”项目的任务,非参加该项目的人员勿领。 +- type: dropdown + id: domain + attributes: + label: Which domain the issue belongs to? + options: + - MindSpore Science Core + - applications-SPONGE + - applications-Flow + - applications-Energy + - applications-Chemistry + - applications-Earth + - SciAi + - Others + validations: + required: true + +- type: textarea + attributes: + label: Your information. + description: > + Your information for intership. + value: | + 【Task score】 + 【Background description】 + 【Requirements】 + 【Development environment】 + - Hardware: + - Software: + + 【Programming language】 + 【Acceptance criteria】 + 【PR Submission address】 + 【Expected completion time】 + 【Development guide】 + 【Tutor & email】 + + Note: This issue is intended for the MindSpore open source internship project for college students. Developers who do not participate in this project are not allowed to receive it. + + --- + + 【任务分值】 + 【背景描述】 + 【需求描述】 + 【环境要求】 + - 硬件: + - 软件: + + 【编程语言】 + 【产出标准】 + 【PR提交地址】 + 【期望完成时间】 + 【开发指导】 + 【导师及邮箱】 + + 本issue为面向高校学生的“MindSpore开源实习”项目的任务,非参加该项目的人员勿领。 + + validations: + required: false + +- type: textarea + attributes: + label: Any Other Things. + description: > + Any other things you would like to mention. + validations: + required: false +- type: markdown + attributes: + value: > + Thanks for contributing 🎉! \ No newline at end of file -- Gitee From 5cf178343fb27f28792c7b719a7ab061cdb09965 Mon Sep 17 00:00:00 2001 From: jinduoxia Date: Mon, 7 Jul 2025 12:46:07 +0000 Subject: [PATCH 09/10] update .gitee/ISSUE_TEMPLATE/5-feature-request.yml. Signed-off-by: jinduoxia --- .gitee/ISSUE_TEMPLATE/5-feature-request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitee/ISSUE_TEMPLATE/5-feature-request.yml b/.gitee/ISSUE_TEMPLATE/5-feature-request.yml index 76f3891ba..7ec372b07 100644 --- a/.gitee/ISSUE_TEMPLATE/5-feature-request.yml +++ b/.gitee/ISSUE_TEMPLATE/5-feature-request.yml @@ -1,7 +1,7 @@ name: 🚀 Feature request description: Submit a proposal/request for a new MindScience feature title: "[Feature]: " -labels: ["feature request"] +labels: ["feature"] body: - type: markdown -- Gitee From f4e6eea5cd9ce2350ad1424be81e727917154d3d Mon Sep 17 00:00:00 2001 From: jinduoxia Date: Mon, 7 Jul 2025 12:46:18 +0000 Subject: [PATCH 10/10] update .gitee/ISSUE_TEMPLATE/6-new-model.yml. Signed-off-by: jinduoxia --- .gitee/ISSUE_TEMPLATE/6-new-model.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitee/ISSUE_TEMPLATE/6-new-model.yml b/.gitee/ISSUE_TEMPLATE/6-new-model.yml index e03e222e4..d7cef6532 100644 --- a/.gitee/ISSUE_TEMPLATE/6-new-model.yml +++ b/.gitee/ISSUE_TEMPLATE/6-new-model.yml @@ -1,7 +1,7 @@ name: 🤗 Support request for a new model of science description: Submit a proposal/request for a new model of science title: "[New Model]: " -labels: ["new model"] +labels: ["new-model"] body: - type: markdown -- Gitee