Thank you for considering contributing to our project! We welcome all types of contributions, including new tutorials, bug fixes, documentation improvements, and more.
Fork the repository to your own GitHub account.
Clone your forked repository to your local machine.
git clone https://github.com/your-username/Java-SpringBoot-REST-Microservices-Learning.git
Create a new branch for your changes.
git checkout -b feature-branch
Make your changes to the codebase. Ensure to include a structured README for any new content added.
Commit your changes with a meaningful commit message.
git commit -m "Your meaningful commit message"
Push your changes to your forked repository.
git push origin feature-branch
Create a pull request from your forked repository to the main repository.
Wait for your pull request to be reviewed and merged.
Note
After a successful merge, you will be added to the contributors list. No further pull requests are required, and you can continue to contribute at your own pace.
- Follow the coding standards and best practices.
- Write clear and concise commit messages.
- Ensure your code is well-documented.
- Include a structured README for any new content added.
- Be respectful and considerate in your interactions with the community.
- 💬 Discussions
- 🐛 Issue Tracker
- 📢 Announcements
- 📚 Wiki
We appreciate your contributions and look forward to collaborating with you!