Re: Suggestions to Enhance New Contributors' Onboarding Experience

2025-01-29 Thread Yongjun Hong
I've created two issues. Feel free to share any feedback! If everything looks good, I'll start working on them right away. - https://github.com/apache/incubator-baremaps/issues/925 - https://github.com/apache/incubator-baremaps/issues/926 Best Regards, Yongjun > Automatically closing issues o

Re: Suggestions to Enhance New Contributors' Onboarding Experience

2025-01-27 Thread Yongjun Hong
Automatically closing issues or pull requests that haven’t had updates for a long time could be an effective solution. I believe using stale could be a great way to handle this. stale: https://github.com/actions/stale This week is a national holiday in Korea, so I might not have much time to work

Re: Suggestions to Enhance New Contributors' Onboarding Experience

2025-01-26 Thread Bertil Chapuis
I’ be interested in using template to see if it helps gathering more information. However, we should keep in mind that the nature of the issues may vary greatly in Apache Baremaps. For instance, we may have styling issues in the basemap (in which case we need coordinates, a screenshot and browse

Re: Suggestions to Enhance New Contributors' Onboarding Experience

2025-01-26 Thread Yongjun Hong
Additionally, leveraging PlantUML to visualize the dependencies and interactions between the modules in Baremaps could be a great way to provide clarity. For example, we could draw like JUnit 5: https://github.com/junit-team/junit5/blob/main/documentation/src/plantuml/component-diagram.puml I’d a

Re: Suggestions to Enhance New Contributors' Onboarding Experience

2025-01-26 Thread Yongjun Hong
Of course! Since I have contributed significantly to the JUnit5 framework, I am most familiar with that project. That’s why I often refer to it in my examples. 1. Issue Labeling In JUnit5, issues are automatically labeled based on their type when they are created. For example, a feature request

Re: Suggestions to Enhance New Contributors' Onboarding Experience

2025-01-26 Thread Calvin Kirs
Hi Yongjun, Thank you for sharing these suggestions from the perspective of a new contributor. Could you describe the specific changes you’d like to make? We truly appreciate your contributions:) On Sun, Jan 26, 2025 at 12:20 PM 홍용준 wrote: > Dear Baremaps Team, > When I first explore an open-so