Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 744 Bytes

File metadata and controls

26 lines (17 loc) · 744 Bytes

Contributing to Auction Flow

Thank you for your interest in contributing to Auction Flow! We welcome contributions from the community.

How to Contribute

  1. Fork the repository.
  2. Create a feature branch from main.
  3. Make your changes.
  4. Ensure tests pass and code is properly formatted.
  5. Submit a pull request with a clear description of the changes.

Code Style

  • Follow Java 17 best practices.
  • Use meaningful variable and method names.
  • Write unit tests for new functionality.
  • Ensure code is well-documented.

Reporting Issues

If you find a bug or have a feature request, please open an issue on GitHub.

License

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