Skip to content

Latest commit

 

History

History
49 lines (29 loc) · 1.99 KB

CONTRIBUTING.md

File metadata and controls

49 lines (29 loc) · 1.99 KB

Contributing to UFold

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 Pull Request (PR) 🛠️

Submitting a PR is easy! This example shows how to submit a PR for updating requirements.txt in 4 steps:

1. Select File to Update

Select requirements.txt to update by clicking on it in GitHub.

PR_step1

2. Click 'Edit this file'

Button is in top-right corner.

PR_step2

3. Make Changes

Change munch version from 2.5.0 to 2.6.0.

PR_step3

4. Preview Changes and Submit PR

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 😃!

PR_step4