Skip to content

Contribute

You can contribute to this project with the following steps:

  1. First, fork the project on Github

  2. Clone the project

    git clone https://github.com/<your-github-username>/pyorthanc
  1. Enter the project and create a poetry environment (this project use the poetry for dependency management).
   cd pyorthanc
   peotry install 
  1. Make a new git branch where you will apply the changes
    git checkout -b your-branch-name
  1. Once done, git add, git commit and git push the changes.

  2. Make a Pull Request from your branch to the pyorthanc repository.