Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 861 Bytes

CONTRIBUTING.md

File metadata and controls

25 lines (15 loc) · 861 Bytes

Contributing to the Luzmo Python SDK

These are mostly guidelines and helpful steps for anyone who wants to contribute to the Luzmo SDK. Thank you for your time and effort if you're here 🎉

Tech Requirements

You will need Python Version >= 3.6

This package uses Poetry as its package manager. Make sure you have this installed.

Fork the Repo and Install

To make a contribution, the best option is to Fork this repository. Once you have done so follow the next steps:

Install

git clone your-forked-repo
cd luzmo-sdk-python
poetry install

Create a PR

Once you've made changed that you're happy with, please create a PR back to the luzmo:master. Someone from our team will review the changes and if appropriate we will release a new version to PyPI.