Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 510 Bytes

CONTRIBUTING.md

File metadata and controls

19 lines (13 loc) · 510 Bytes

Contribute to⚡lightning-boilerplate

Ways to contribute

There are several ways you can contribute to⚡lightning-boilerplate:

  • Fix outstanding issues with the existing code.
  • Contribute to the examples or to the documentation.

Development environment

This guide was heavily inspired by sckikit-learn guide to contributing.

apt-get install git-flow
git flow init
git switch develop
git flow feature start ${feature-name}