-
Notifications
You must be signed in to change notification settings - Fork 63
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
Showing
633 changed files
with
5,690 additions
and
3,496 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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
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
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,29 @@ | ||
## Release summary | ||
|
||
Version number: [e.g. 1.0.1] | ||
|
||
## Release details | ||
|
||
Describe in short the main changes with the new release. | ||
|
||
## Checklist | ||
|
||
_Put an `x` in the boxes that apply._ | ||
|
||
- [ ] I am making a pull request against the `main` branch from `develop`. | ||
- [ ] Lint and unit tests pass locally. | ||
- [ ] I have checked the fingerprint hashes are correct by running (`scripts/generate_ipfs_hashes.py`). | ||
- [ ] I have regenerated and updated the latest API docs. | ||
- [ ] I built the documentation and updated it with the latest changes. | ||
- [ ] I have added an item in `HISTORY.md` for this release. | ||
- [ ] I bumped the version number in the `aea/__version__.py` file. | ||
- [ ] I bumped the version number in every Docker image of the repo and published it. Also, I built and published them with tag `latest` | ||
(check the READMEs of [`aea-develop`](https://github.com/fetchai/agents-aea/blob/master/develop-image/README.md#publish) | ||
and [`aea-user`](https://github.com/fetchai/agents-aea/blob/master/develop-image/user-image/README.md#publish)) | ||
- [ ] I have pushed the latest packages to the registry. | ||
- [ ] I have uploaded the latest `aea` to PyPI. | ||
- [ ] I have uploaded the latest plugins to PyPI. | ||
|
||
## Further comments | ||
|
||
Write here any other comment about the release, if any. |
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 |
---|---|---|
@@ -1,67 +1,36 @@ | ||
## Proposed changes | ||
|
||
Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request. | ||
Describe the changes here. | ||
|
||
## Fixes | ||
## Issues | ||
|
||
If it fixes a bug or resolves a feature request, be sure to link to that issue. | ||
Links to any issues resolved. | ||
|
||
## Types of changes | ||
|
||
What types of changes does your code introduce to agents-aea? | ||
_Put an `x` in the boxes that apply_ | ||
|
||
- [ ] Bugfix (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 not work as expected) | ||
- [ ] Bugfix (non-breaking change that fixes an issue) | ||
- [ ] New feature (non-breaking change that adds functionality) | ||
- [ ] Breaking change (fix or feature that would cause existing functionality to stop working as expected) | ||
- [ ] Something else (e.g. test, package, script, example, deployment, infrastructure, ...) | ||
|
||
## Checklist | ||
|
||
_Put an `x` in the boxes that apply._ | ||
|
||
- [ ] I have read the [CONTRIBUTING](https://github.com/fetchai/agents-aea/blob/main/CONTRIBUTING.md) doc | ||
- [ ] I am making a pull request against the `develop` branch (left side). Also you should start your branch off our `develop`. | ||
- [ ] Lint and unit tests pass locally with my changes and CI passes too | ||
- [ ] I have added tests that prove my fix is effective or that my feature works | ||
- [ ] I have checked that code coverage does not decrease. | ||
- [ ] I have added necessary documentation (if appropriate) | ||
- [ ] Any dependent changes have been merged and published in downstream modules | ||
|
||
## Further comments | ||
|
||
If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you did and what alternatives you considered, etc... | ||
|
||
|
||
DELETE INCLUSIVE THIS AND BELOW FOR STANDARD PR | ||
------ | ||
|
||
## Release summary | ||
- [ ] I have read the [CONTRIBUTING](https://github.com/fetchai/agents-aea/blob/main/CONTRIBUTING.md) document. | ||
- [ ] I have based my branch, and I am making a pull request against, the `develop` branch. | ||
- [ ] Lint and unit tests pass locally with my changes. | ||
|
||
Version number: [e.g. 1.0.1] | ||
### If applicable | ||
|
||
## Release details | ||
|
||
Describe in short the main changes with the new release. | ||
|
||
## Checklist | ||
|
||
_Put an `x` in the boxes that apply._ | ||
|
||
- [ ] I have read the [CONTRIBUTING](https://github.com/fetchai/agents-aea/blob/master/CONTRIBUTING.md) doc | ||
- [ ] I am making a pull request against the `main` branch (left side), from `develop` | ||
- [ ] Lint and unit tests pass locally and in CI | ||
- [ ] I have checked the fingerprint hashes are correct by running (`scripts/generate_ipfs_hashes.py`) | ||
- [ ] I have regenerated the latest API docs | ||
- [ ] I built the documentation and updated it with the latest changes | ||
- [ ] I have added an item in `HISTORY.md` for this release | ||
- [ ] I bumped the version number in the `aea/__version__.py` file. | ||
- [ ] I bumped the version number in every Docker image of the repo and published it. Also, I built and published them with tag `latest` | ||
(check the READMEs of [`aea-develop`](https://github.com/fetchai/agents-aea/blob/master/develop-image/README.md#publish) | ||
and [`aea-user`](https://github.com/fetchai/agents-aea/blob/master/develop-image/user-image/README.md#publish)) | ||
- [ ] I have pushed the latest packages to the registry. | ||
- [ ] I have uploaded the latest `aea` to PyPI. | ||
- [ ] I have uploaded the latest plugins to PyPI. | ||
- [ ] I have added tests that prove my fix is effective or that my feature works. | ||
- [ ] I have checked that code coverage does not decrease. | ||
- [ ] I have added/updated the documentations. | ||
- [ ] Dependent changes have been merged and published in downstream modules. | ||
|
||
## Further comments | ||
|
||
Write here any other comment about the release, if any. | ||
If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you did, what alternatives you considered, etc. |
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
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
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
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
Oops, something went wrong.