From f1f9c80938b59a035b21f974f6c3af32cb3f710a Mon Sep 17 00:00:00 2001 From: Nischal Sharma Date: Fri, 22 Mar 2024 17:13:18 +0530 Subject: [PATCH 1/2] changelog entry and template edited Signed-off-by: Nischal Sharma --- .github/PULL_REQUEST_TEMPLATE.md | 5 +++++ CHANGELOG.md | 2 ++ 2 files changed, 7 insertions(+) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 9594b662ad..188a1439c9 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -7,3 +7,8 @@ ### Why is it needed? *required* +## Checklist + +- [ ] I've read the contribution guidelines. +- [ ] I've added tests (if applicable). +- [ ] I've added a changelog entry if necessary. \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 23b5def356..4199351d1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,9 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes +* Bug fix for large binary with unlink libraries codegen [#2016](https://github.com/web3j/web3j/pull/2016) * Fix contract wrapper generation [#2017](https://github.com/web3j/web3j/pull/2017) +* Fix for test java wrappers with duplicate name [#2020](https://github.com/web3j/web3j/pull/2020) ### Features From 22a110e8cf835919b55a3ea5eaf525c7dbf5cd20 Mon Sep 17 00:00:00 2001 From: Nischal Sharma Date: Fri, 22 Mar 2024 17:19:29 +0530 Subject: [PATCH 2/2] changelog entry for PR template edit Signed-off-by: Nischal Sharma --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4199351d1c..1ab6483627 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -* +* Changelog entry and PR template edited [#2021](https://github.com/web3j/web3j/pull/2021) ### BREAKING CHANGES