Skip to content

Commit

Permalink
merge upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
rayrayraykk committed Jan 12, 2024
2 parents a982201 + 86cb5d1 commit 341d137
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 21 deletions.
33 changes: 16 additions & 17 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,32 +1,31 @@
---
name: Bug Report
about: Create a report to help us improve
title: '[BUG]'
labels: bug
title: '[Bug]:'
labels: 'bug'
assignees: ''

---

## Describe the bug
**Describe the bug**
A clear and concise description of what the bug is.

## Steps to Reproduce
**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
1. You code
2. How to execute
3. See error

## Expected behavior
**Expected behavior**
A clear and concise description of what you expected to happen.

## Screenshots
If applicable, add screenshots to help explain your problem.
**Error messages**
Detailed error messages.

## Environment (please complete the following information):
- OS: [e.g. Windows, macOS, Linux]
- OS Version: [e.g. Windows 10, Ubuntu 20.04, macOS Big Sur]
- Application Version: [e.g. 1.0.0]
**Environment (please complete the following information):**
- AgentScope Version: [e.g. 0.0.1 via `print(agentscope.__version__)`]
- Python Version: [e.g. 3.9]
- OS: [e.g. macos, windows]

## Additional context
Add any other context about the problem here or any other relevant information that could help in diagnosing the issue.
**Additional context**
Add any other context about the problem here.
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
name: Feature request
name: Feature Request
about: Suggest an idea for this project
title: ''
labels: ''
title: '[Feature]: '
labels: 'enhancement'
assignees: ''

---
Expand All @@ -17,4 +17,4 @@ A clear and concise description of what you want to happen.
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.
Add any other context or screenshots about the feature request here.
18 changes: 18 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
name: Pull Request
about: Create a pull request
---
## 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.

- [ ] Code has passed all tests
- [ ] Docstrings have been added/updated in Google Style
- [ ] Documentation has been updated
- [ ] Code is ready for review

0 comments on commit 341d137

Please sign in to comment.