-
Notifications
You must be signed in to change notification settings - Fork 54
docs: add issue and PR templates, github star trend #3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| @@ -0,0 +1,35 @@ | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| --- | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| name: Bug Report | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| about: Create a report to help us improve | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| title: '[Bug]:' | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| labels: 'bug' | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| assignees: '' | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| --- | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| **<u>AgentEvolver is an open-source project. To involve a broader community, we recommend asking your questions in English.</u>** | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The
Suggested change
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| **Describe the bug** | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| A clear and concise description of what the bug is. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| **To Reproduce** | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Steps to reproduce the behavior: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 1. You code | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 2. How to execute | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 3. See error | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| **Expected behavior** | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| A clear and concise description of what you expected to happen. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| **Error messages** | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Detailed error messages. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Comment on lines
+15
to
+26
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The 'To Reproduce' and 'Error messages' sections can be improved to better guide users. By combining them and providing structured placeholders for code, commands, and error output, you can encourage more complete and actionable bug reports. This will make it easier to reproduce and fix bugs.
Suggested change
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| **Environment (please complete the following information):** | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| - Python Version: [e.g. 3.10] | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| - CUDA Version: [e.g. 11.7] | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| - OS: [e.g. macos, windows] | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| **Additional context** | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Add any other context about the problem here. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Original file line number | Diff line number | Diff line change | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| @@ -0,0 +1,13 @@ | ||||||||||||||
| --- | ||||||||||||||
| name: Custom issue template | ||||||||||||||
| about: Describe this issue template's purpose here. | ||||||||||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The
Suggested change
|
||||||||||||||
| title: '' | ||||||||||||||
| labels: '' | ||||||||||||||
| assignees: '' | ||||||||||||||
|
|
||||||||||||||
| --- | ||||||||||||||
|
|
||||||||||||||
| **<u>AgentEvolver is an open-source project. To involve a broader community, we recommend asking your questions in English.</u>** | ||||||||||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The
Suggested change
|
||||||||||||||
|
|
||||||||||||||
|
|
||||||||||||||
|
|
||||||||||||||
|
Comment on lines
+12
to
+13
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This custom issue template is currently empty, which doesn't provide guidance to the user. To make it useful, you should add some basic structure. Adding sections like 'Problem Description' and 'Additional Context' will help users file more effective issues.
Suggested change
|
||||||||||||||
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -0,0 +1,23 @@ | ||||||
| --- | ||||||
| name: Feature Request | ||||||
| about: Suggest an idea for this project | ||||||
| title: '[Feature]: ' | ||||||
| labels: 'enhancement' | ||||||
| assignees: '' | ||||||
|
|
||||||
| --- | ||||||
|
|
||||||
| **<u>AgentEvolver is an open-source project. To involve a broader community, we recommend asking your questions in English.</u>** | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The
Suggested change
|
||||||
|
|
||||||
|
|
||||||
| **Is your feature request related to a problem? Please describe.** | ||||||
| A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] | ||||||
|
|
||||||
| **Describe the solution you'd like** | ||||||
| A clear and concise description of what you want to happen. | ||||||
|
|
||||||
| **Describe alternatives you've considered** | ||||||
| A clear and concise description of any alternative solutions or features you've considered. | ||||||
|
|
||||||
| **Additional context** | ||||||
| Add any other context or screenshots about the feature request here. | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||||||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| ## Description | ||
|
|
||
| [Please describe the background, purpose, changes made, and how to test this PR] | ||
|
|
||
| ## Checklist | ||
|
|
||
| Please check the following items before code is ready to be reviewed. | ||
|
|
||
| - [ ] All tests are passing | ||
| - [ ] Docstrings are in Google style | ||
| - [ ] Related documentation has been updated (e.g. links, examples, etc.) | ||
| - [ ] Code is ready for review | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To improve readability and user experience, it's a good practice to add a space after the colon in the issue title prefix. This allows users to start typing their title immediately without having to add a space themselves.