Skip to content

Commit 86cfbc8

Browse files
suluyanaluyan
andauthored
Simplify issue and PR template (#669)
Co-authored-by: luyan <suluyan.sly@aliabab-inc.com>
1 parent a2e1f0a commit 86cfbc8

4 files changed

Lines changed: 15 additions & 72 deletions

File tree

.dev_scripts/dockerci.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
#!/bin/bash
22

33
# install dependencies for ci
4-
5-
sudo apt-get install libcurl4 openssl
6-
wget https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-ubuntu2004-7.0.11.tgz
7-
tar -zxvf mongodb-linux-x86_64-ubuntu2004-7.0.11.tgz
8-
export PATH=`pwd`/mongodb-linux-x86_64-ubuntu2004-7.0.11/bin:$PATH
9-
104
pip install torch
115
export CODE_INTERPRETER_WORK_DIR=${GITHUB_WORKSPACE}
126
echo "${CODE_INTERPRETER_WORK_DIR}"
Lines changed: 11 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1+
12
name: Bug report
23
title: "[<Agent component: framework|tool|llm|etc...>] "
34
description: Problems and issues with code of MS-Agent
45
labels: [bug]
56
assignees:
6-
- zzhangpurdue
7+
- wangxingjun778
8+
- tastelikefeet
79
- suluyana
810
body:
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

@@ -52,32 +48,3 @@ body:
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

.github/ISSUE_TEMPLATE/feature-requests.yaml

Lines changed: 4 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ description: Suggest an idea for MS-Agent project
33
title: "[<Agent component: framework|tool|llm|etc...>] "
44
labels: [enhancement]
55
assignees:
6-
- zzhangpurdue
6+
- wangxingjun778
7+
- tastelikefeet
78
- suluyana
89

910
body:
@@ -13,20 +14,6 @@ body:
1314
Thank you for finding the time to propose a new feature!
1415
We really appreciate the community efforts to improve MS-Agent.
1516
16-
- type: checkboxes
17-
id: searched
18-
attributes:
19-
label: Initial Checks
20-
description: |
21-
Just a few checks to make sure you need to create a feature request.
22-
23-
_Sorry to sound so draconian 👿; but every second spent replying to issues is time not spent improving MS-Agent 🙇._
24-
options:
25-
- label: I have searched Google & GitHub for similar requests and couldn't find anything
26-
required: true
27-
- label: I have read and followed [the docs & demos](https://github.com/modelscope/ms-agent/tree/main/demo) and still think this feature is missing
28-
required: true
29-
3017
- type: textarea
3118
attributes:
3219
label: Description
@@ -36,8 +23,6 @@ body:
3623
attributes:
3724
label: Use case
3825
description: >
39-
Describe the use case of your feature request. It will help us understand and
40-
prioritize the feature request.
26+
Describe what you're trying to achieve with this feature request. This helps us understand and prioritize it.
4127
placeholder: >
42-
Rather than telling us how you might implement this feature, try to take a
43-
step back and describe what you are trying to achieve.
28+
Tell us what you're trying to do or solve.

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<!-- Thank you for your contribution! -->
2-
<!-- Unless your change is trivial, please create an issue to discuss the change before creating a PR -->
32

43
## Change Summary
54

@@ -14,6 +13,4 @@
1413
* [ ] The pull request title is a good summary of the changes - it will be used in the changelog
1514
* [ ] Unit tests for the changes exist
1615
* [ ] Run `pre-commit install` and `pre-commit run --all-files` before git commit, and passed lint check.
17-
* [ ] Some cases need DASHSCOPE_TOKEN_API to pass the Unit Tests, I have at least **pass the Unit tests on local**
1816
* [ ] Documentation reflects the changes where applicable
19-
* [ ] My PR is ready to review, **please add a comment including the phrase "please review" to assign reviewers**

0 commit comments

Comments
 (0)