1+
12name : Bug report
23title : " [<Agent component: framework|tool|llm|etc...>] "
34description : Problems and issues with code of MS-Agent
45labels : [bug]
56assignees :
6- - zzhangpurdue
7+ - wangxingjun778
8+ - tastelikefeet
79 - suluyana
810body :
911 - type : markdown
@@ -19,28 +21,22 @@ body:
1921 label : Initial Checks
2022 description : |
2123 Just a few checks to make sure you need to create a bug report.
22-
23- _Sorry to sound so draconian 👿; but every second spent replying to issues is time not spent improving MS-Agent 🙇._
2424 options :
25- - label : I have searched GitHub for a duplicate issue and I'm sure this is something new
25+ - label : I have searched related issues and docs but cannot get the expected help.
2626 required : false
27- - label : I have read and followed [the docs & demos](https://github.com/modelscope/ms-agent/tree/master/demo) and still think this is a bug
28- required : false
29- - label : >
30- I am confident that the issue is with ms-agent
31- (not my code, or another library in the ecosystem)
27+ - label : The bug has not been fixed in the latest version.
3228 required : false
3329
3430 - type : textarea
3531 attributes :
36- label : What happened + What you expected to happen
37- description : Describe 1. the bug 2. expected behavior 3. useful information (e.g., logs)
32+ label : A clear and concise description of what the bug is.
33+ description : ' '
3834 placeholder : >
39- Please provide the context in which the problem occurred and explain what happened. Further,
40- please also explain why you think the behaviour is erroneous. It is extremely helpful if you can
41- copy and paste the fragment of logs showing the exact error messages or wrong behaviour here.
35+ To help us understand the issue better, please provide the following:
4236
43- **NOTE**: please copy and paste texts instead of taking screenshots of them for easy future search.
37+ - What command or script did you run?
38+ - What happened? What did you expect to happen?
39+ - If there are any error messages, please copy and paste the exact log output (no screenshots).
4440 validations :
4541 required : true
4642
5248 Please specify the versions of dependencies.
5349 validations :
5450 required : true
55-
56- - type : textarea
57- attributes :
58- label : Reproduction script
59- description : >
60- Please provide a reproducible script. Providing a narrow reproduction (minimal / no external dependencies) will
61- help us triage and address issues in the timely manner!
62- placeholder : >
63- Please provide a short code snippet (less than 50 lines if possible) that can be copy-pasted to
64- reproduce the issue. The snippet should have **no external library dependencies**
65- (i.e., use fake or mock data / environments).
66-
67- **NOTE**: If the code snippet cannot be run by itself, the issue will be marked as "needs-repro-script"
68- until the repro instruction is updated.
69- validations :
70- required : true
71-
72- - type : dropdown
73- attributes :
74- label : Issue Severity
75- description : |
76- How does this issue affect your experience as a MS-Agent user?
77- multiple : false
78- options :
79- - " Low: It annoys or frustrates me."
80- - " Medium: It is a significant difficulty but I can work around it."
81- - " High: It blocks me from completing my task."
82- validations :
83- required : false
0 commit comments