Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1.16 KB

File metadata and controls

37 lines (26 loc) · 1.16 KB

Contributing to Customer Segmentation Solution Accelerator

We happily welcome contributions to this project. We use GitHub Issues to track community reported issues and GitHub Pull Requests for accepting changes pursuant to a CLA.

How to Contribute

  1. Fork the repository and create a feature branch from main
  2. Make your changes following the coding standards
  3. Test your changes using the deployment scripts
  4. Submit a pull request with a clear description of the changes

Development Setup

git clone https://github.com/databricks-industry-solutions/segmentation.git
cd segmentation
./scripts/deploy.sh dev

Code Standards

  • Follow existing code formatting and structure
  • Update documentation for any new features
  • Include appropriate error handling
  • Test changes with the provided scripts

Reporting Issues

Please use GitHub Issues to report bugs or request features. Include:

  • Clear description of the issue
  • Steps to reproduce
  • Expected vs actual behavior
  • Environment details (Databricks version, etc.)

License

By contributing, you agree that your contributions will be licensed under the same terms as the project.