We love your input! We want to make contributing to UFold as easy and transparent as possible, whether it's:
- Reporting a bug
- Discussing the current state of the code
- Submitting a fix
- Proposing a new feature
- Becoming a maintainer
UFold works so well due to our combined community effort, and for every small improvement you contribute you will be helping push the frontiers of what's possible in AI Genomics 😃!
Submitting a PR is easy! This example shows how to submit a PR for updating requirements.txt
in 4 steps:
Select requirements.txt
to update by clicking on it in GitHub.
Button is in top-right corner.
Change munch
version from 2.5.0
to 2.6.0
.
Click on the Preview changes tab to verify your updates. At the bottom of the screen select 'Create a new branch
for this commit', assign your branch a descriptive name such as fix/munch-version
and click the green Propose
changes button. All done, your PR is now submitted to UFold for review and approval 😃!