Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 979 Bytes

contributing.md

File metadata and controls

40 lines (28 loc) · 979 Bytes

Contribute

Report an issue

You can open an issue here explaining your issue.

Seeking support

You can open an issue here to ask a question.

Contribute

You can contribute a fix or a new feature 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.