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.
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}