Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 775 Bytes

File metadata and controls

29 lines (18 loc) · 775 Bytes

Contributing to JavaFlow

Thank you for considering contributing to JavaFlow! Please read these guidelines before contributing.

How to Contribute

  1. Fork the repository
  2. Create a new branch for your feature or bug fix
  3. Make your changes
  4. Ensure all tests pass
  5. Submit a pull request

Development Setup

See SETUP.md for detailed setup instructions.

Code Style

  • Java: Follow Google Java Style Guide
  • JavaScript/TypeScript: Follow Airbnb JavaScript Style Guide with Prettier formatting
  • Commit messages: Use conventional commits format

Reporting Issues

Please use the GitHub issue tracker to report bugs or request features.

License

By contributing, you agree that your contributions will be licensed under the MIT License.