forked from TransformerOptimus/SuperAGI
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
I’m
authored
Jun 24, 2023
1 parent
4a4ce1b
commit e3f8f9b
Showing
1 changed file
with
33 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
<!-- Thank you for submitting this PR! :) --> | ||
<!-- Provide a general summary of your changes in the Title above ^, end with (close #<issue-no>) or (fix #<issue-no>) --> | ||
|
||
### Description | ||
<!-- The title might not be enough to convey how this change affects the user. --> | ||
<!-- Describe the changes from a user's perspective --> | ||
|
||
|
||
<!-- Changelog Section End --> | ||
|
||
### Related Issues | ||
<!-- Please make sure you have an issue associated with this Pull Request --> | ||
<!-- And then add `(close #<issue-no>)` to the pull request title --> | ||
<!-- Add the issue number below (e.g. #234) --> | ||
|
||
### Solution and Design | ||
<!-- How is this issue solved/fixed? What is the design? --> | ||
<!-- It's better if we elaborate --> | ||
|
||
### Test Plan | ||
|
||
### Type of change | ||
- [ ] Bug fix (non-breaking change which fixes an issue) | ||
- [ ] New feature (non-breaking change which adds functionality) | ||
- [ ] Breaking change (fix or feature that would cause existing functionality to change) | ||
- [ ] Docs update | ||
|
||
|
||
### Checklist | ||
- [ ] My pull request is atomic and focuses on a single change. | ||
- [ ] I have read the contributing guide and my code conforms to the guidelines. | ||
- [ ] I have documented my changes clearly and comprehensively. | ||
- [ ] I have added the required tests. |