Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 1.06 KB

File metadata and controls

36 lines (27 loc) · 1.06 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 master and pull in the latest changes

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


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