- Fork the codebase: https://github.com/psu-stewardship/scholarsphere/fork
- Clone your fork locally (
git clone [email protected]:your-username/scholarsphere.git my-scholarsphere
) - Create a branch to hold your changes (
git checkout -b new-feature
) - Commit the changes you've made (
git commit -am "Some descriptive text around what you've added"
) - If your work has taken multiple commits, we kindly ask that you squash them!
- If it's taken more than a couple days to finish your work, you'll want to rebase your branch on top of the latest from
develop
. - Push your branch to github (
git push origin new-feature
) - Create a pull request: https://github.com/your-username/scholarsphere/pull/new/develop
This repository has been archived by the owner on Nov 18, 2020. It is now read-only.