DocJlm opened a new pull request, #16129: URL: https://github.com/apache/dubbo/pull/16129
## What this PR does Add comprehensive DEVELOPMENT.md documentation to help new contributors get started with Dubbo development. ### Changes 1. **Quick Start** - Clone, build, run examples 2. **Project Structure** - Detailed module descriptions 3. **Development Mode** - IDE setup, common commands 4. **Debugging** - DEBUG logging, remote debugging 5. **Testing** - Unit tests, integration tests, benchmarks 6. **Code Style** - Checkstyle, Spotless, commit conventions 7. **Performance** - Benchmark and stress testing 8. **Contribution Workflow** - Fork, branch, PR steps 9. **FAQ** - Common issues and solutions ## Why we need it Dubbo's development documentation is scattered. This guide provides a single, comprehensive resource for new contributors to understand the project structure and development workflow. ## Testing - [x] Documentation verified - [x] Commands tested - [x] Links checked --- Thanks for reviewing! 🎉 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
