Thank you for your interest in contributing to Spring Boot Mastery! π
- Use GitHub Issues to report bugs or suggest features
- Provide clear description and steps to reproduce
- Include relevant code snippets or error messages
- Follow the existing project structure
- Include comprehensive README for each project
- Add appropriate annotations and comments
- Ensure project builds and runs successfully
- Fix typos or improve clarity
- Add more examples or explanations
- Update outdated information
- Ensure consistent formatting
- Follow Spring Boot best practices
- Use meaningful variable and method names
- Include appropriate comments
- Write unit tests where applicable
- Fork the repository
- Create a feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
Feel free to open an issue for any questions about contributing!