You can open an issue here explaining your issue.
You can open an issue here to ask a question.
You can contribute a fix or a new feature 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.