Skip to content

Latest commit

Β 

History

History
34 lines (20 loc) Β· 1.12 KB

File metadata and controls

34 lines (20 loc) Β· 1.12 KB

Contributing Guidelines

We appreciate your interest to contribute to this project! Please read the following to see how you could contribute.

πŸ“ Create an Issue

The first thing to do is to create a new issue. Feel free to create new issues from here to propose/request new features or report any bugs you found, following the respective templates.

⬇️ Clone This Repo

Next, clone this repository on develop branch.

Tip

Our default branch is set to main.

git clone -b develop https://github.com/jcam1/python-sdk.git

⚑ Checkout to a New Branch

You then need to checkout to a new branch (name whatever you would like) from the cloned develop branch.

git checkout -b ${your_branch_name}

πŸ›  Write Code

Now, write code to implement the proposed features and/or to fix bugs. Please refer to READMEs of respective SDKs for more details.

🌟 Open a Pull Request

Finally, open a new PR from your branch to develop branch, and describe what you'll have done following our PR template.