Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 983 Bytes

CONTRIBUTING.md

File metadata and controls

26 lines (21 loc) · 983 Bytes

Contributing

Hi there, thanks for helping the project! We are doing our best to help the community to learn and practice parallel computing in distributed environments through our projects. ✨

Steps to contribute

  1. Create an issue to discuss features and bugs;
  2. Fork the project;
  3. Create your feature branch, we use gitflow;
  4. Do your magic 🌈;
  5. Commit your changes;
  6. Push to your feature branch;
  7. Create a new pull request from your feature branch to the develop branch.

Contributions ideas

  • Microsoft Windows build script;
  • Docker Hub CI/CD integration;
  • Spark submit support;
  • JupyterLab Scala kernel;
  • Jupyter notebook with Apache Spark Scala API examples;
  • JupyterLab R kernel;
  • Jupyter notebook with Apache Spark R API examples;
  • Test coverage;
  • Ever growing examples.