Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 897 Bytes

File metadata and controls

29 lines (20 loc) · 897 Bytes

Contributing to BOX Format SDK

We love your input! We want to make contributing as easy and transparent as possible.

Development Process

  1. Fork the repo and create your branch from main
  2. Make your changes
  3. Run tests: ./gradlew test
  4. Run the demo: ./gradlew :samples:run
  5. Push and open a Pull Request

Code Style

  • Follow existing Kotlin conventions in the codebase
  • No comments unless absolutely necessary
  • Use meaningful variable names
  • Keep functions focused and small

Pull Request Process

  1. Update the README.md with details of changes if needed
  2. Update the tests to cover your changes
  3. Ensure all tests pass
  4. Your PR will be reviewed by maintainers

Any contributions you make will be under the MIT Software License

When you submit code changes, your submissions are understood to be under the same MIT License that covers the project.