Contribute
You can contribute to this project with the following steps:
-
First, fork the project on Github
-
Clone the project
git clone https://github.com/<your-github-username>/pyorthanc
- Enter the project and create a poetry environment (this project use the poetry for dependency management).
cd pyorthanc
peotry install
- Make a new git branch where you will apply the changes
git checkout -b your-branch-name
-
Once done,
git add
,git commit
andgit push
the changes. -
Make a Pull Request from your branch to the pyorthanc repository.