Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 1.08 KB

CONTRIBUTING.md

File metadata and controls

37 lines (28 loc) · 1.08 KB

Contributing to ORCA

  • Fork this repo to your own user

  • Set your fork as origin, and this repo as upstream. From inside the orca folder:

    git remote rm origin
    git remote add origin git@github.com:<your-username>/orca.git
    git remote add upstream git@github.com:acquia/orca.git
    
  • Make your proposed changes on a branch and then push them to your fork

    git push origin <your-branch>
    
  • Make a pull request!

  • Switch back to main and pull in the latest changes

    git checkout main
    git pull upstream main
    
  • Our issue queue is public and you already have the required permissions to participate.


README | Understanding ORCA | Getting Started | CLI Commands | Advanced Usage | Project Glossary | FAQ | Contribution Guide