Thanks Patrick. I have spotted an opportunity for a very minor clean up in the following file: org/apache/zookeeper/client/ZKClientConfigTest.java
The unit tests are managing temp directory creation in the test and creating them in the resources directory. Cleanup: Use Junit TempDir annotation which will automatically create temp files in system temp directory and clean them after test run. But I don't have a Jira ticket to work on that and donot have the permission to create one. Is it possible to create a ticket on my behalf ? Thank you On Sat, Dec 16, 2023 at 3:59 PM Patrick Hunt <ph...@apache.org> wrote: > Try adding tests or fixing flakey tests? There are also some jira which > might be appropriate > < > https://issues.apache.org/jira/issues/?jql=project%20%3D%20ZOOKEEPER%20AND%20labels%20in%20(newbie)%20AND%20resolution%20%3D%20unresolved%20ORDER%20BY%20created%20DESC > >, > I don't think it's been curated in a while though: > > https://cwiki.apache.org/confluence/display/ZOOKEEPER/HowToContribute > > Regards, > > Patrick > > On Sat, Dec 16, 2023 at 3:34 PM Muthuraj Ramalinga kumar < > muthu90t...@gmail.com> wrote: > > > Hi, > > I would like to contribute to this project and looking for good first > > tickets to work on. > > > > Appreciate any pointers . > > > > Thank you > > Muthuraj > > >