You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Create a report to help us reproduce and fix the bug
3
+
title: "[Bug] "
4
+
labels: ['bug']
5
+
6
+
body:
7
+
- type: checkboxes
8
+
attributes:
9
+
label: Checklist
10
+
options:
11
+
- label: 1. I have searched related issues but cannot get the expected help.
12
+
- label: 2. The bug has not been fixed in the latest version.
13
+
- label: 3. I have read [Contributing Guidlines](https://github.com/xing-yiren/course_organization_template/wiki/%F0%9F%A7%AD-Contributing-Guidelines:-Issues-&-Pull-Requests).
14
+
- label: 4. Please note that if the bug-related issue you submitted lacks corresponding environment info and a minimal reproducible demo, it will be challenging for us to reproduce and resolve the issue, reducing the likelihood of receiving feedback.
15
+
- label: 5. If the issue you raised is not a bug but a question, please raise a discussion at [Discussions](https://github.com/xing-yiren/course_organization_template/discussions/new/choose) Otherwise, it will be closed.
16
+
- type: textarea
17
+
attributes:
18
+
label: Describe the bug
19
+
description: |
20
+
A clear and concise description of what the bug is, including:
21
+
- What happened (actual behavior)
22
+
- What you expected (expected outcome)
23
+
- **Please attach error logs or screenshots if possible**—this helps us locate the issue faster.
24
+
validations:
25
+
required: true
26
+
- type: textarea
27
+
attributes:
28
+
label: Reproduction
29
+
description: |
30
+
What command or script did you run? Please list the exact steps to reproduce the bug.
31
+
placeholder: |
32
+
A placeholder for the command.
33
+
validations:
34
+
required: true
35
+
- type: checkboxes
36
+
id: hardware
37
+
attributes:
38
+
label: Hardware Environment
39
+
description: Which hardware type does this bug relate to (select all that apply)?
40
+
options:
41
+
- label: Ascend
42
+
- label: GPU
43
+
- label: CPU
44
+
validations:
45
+
required: true
46
+
- type: input
47
+
attributes:
48
+
label: OS Platform
49
+
description: Which operating system are you using? (e.g., Ubuntu 20.04)
50
+
placeholder: "Ubuntu 20.04"
51
+
validations:
52
+
required: true
53
+
- type: input
54
+
attributes:
55
+
label: Python Version
56
+
description: What version of Python are you using? (e.g., 3.9.7)
57
+
placeholder: "3.9.7"
58
+
validations:
59
+
required: true
60
+
- type: input
61
+
attributes:
62
+
label: MindSpore Version
63
+
description: What version of MindSpore are you using? (e.g., 2.7.1)
64
+
placeholder: "2.7.1"
65
+
validations:
66
+
required: true
67
+
- type: input
68
+
id: mindspore_nlp
69
+
attributes:
70
+
label: (Optional) MindSpore NLP Version
71
+
placeholder: e.g., 0.5.0
72
+
validations:
73
+
required: false
74
+
- type: input
75
+
id: mindspore_transformers
76
+
attributes:
77
+
label: (Optional) MindSpore Transformers Version
78
+
placeholder: e.g., 1.7.0
79
+
validations:
80
+
required: false
81
+
- type: textarea
82
+
id: other_suites
83
+
attributes:
84
+
label: (Optional) Other Toolkit or Suite Versions
85
+
description: |
86
+
Specify versions of any other MindSpore-related suites (e.g., MindSpore Lite, vLLM-MindSpore) or relevant third-party packages.
- label: 1. I have read [Contributing Guidlines](https://github.com/xing-yiren/course_organization_template/wiki/%F0%9F%A7%AD-Contributing-Guidelines:-Issues-&-Pull-Requests).
11
+
- label: 2. If the issue you raised is not a feature but a question, please raise a discussion at [Discussions](https://github.com/xing-yiren/course_organization_template/discussions/new/choose) Otherwise, it will be closed.
12
+
- type: textarea
13
+
attributes:
14
+
label: Motivation
15
+
description: |
16
+
A clear and concise description of the motivation of the feature.
17
+
validations:
18
+
required: true
19
+
- type: checkboxes
20
+
id: hardware
21
+
attributes:
22
+
label: Hardware Environment
23
+
description: Which hardware does this feature need to support (select all that apply)?
24
+
options:
25
+
- label: Ascend
26
+
- label: GPU
27
+
- label: CPU
28
+
validations:
29
+
required: true
30
+
- type: textarea
31
+
attributes:
32
+
label: Related resources
33
+
description: |
34
+
If there is an official code release or third-party implementations, please also provide the information here, which would be very helpful.
35
+
- type: textarea
36
+
attributes:
37
+
label: Your Contribution
38
+
description: |
39
+
Is there any way that you could help, e.g., by submitting a PR?
0 commit comments