You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for your desire to contribute to this project.
Preparing your Fork
Hit 'fork' on Github, creating e.g. yourname/beRi.
Clone your project: git clone https://github.com/yourname/beRi.git.
Change to the project repository on your machine: cd beri
Create a branch: git checkout -b new-feature.
Development Mode Installation
Ensure that you have poetry installed (pip install --user poetry).
Change to the project repository on your machine: cd beri
Install in development mode: poetry install --develop beri
Making your Changes
Add your contributions
Run tests (use unittest) and make sure they pass.
Commit your changes: git commit -m "Added new feature" and please
be descriptive with git commits!
Creating Pull Requests
Push your commit to get it back up to your fork: git push origin HEAD
Visit Github, click the handy "Pull request" button that it will
make upon noticing your new branch.
In the description field, type the issue number (if submitting
code fixing an existing issue) or describe the issue + your fix (if
submitting a wholly new bugfix).
Hit 'submit' and ask for @datasnakes/snakeseq2018 to review!
No description provided.
The text was updated successfully, but these errors were encountered: