Skip to content
This repository has been archived by the owner on Nov 18, 2020. It is now read-only.

Latest commit

 

History

History
10 lines (9 loc) · 734 Bytes

CONTRIBUTING.md

File metadata and controls

10 lines (9 loc) · 734 Bytes

Contribute

  1. Fork the codebase: https://github.com/psu-stewardship/scholarsphere/fork
  2. Clone your fork locally (git clone [email protected]:your-username/scholarsphere.git my-scholarsphere)
  3. Create a branch to hold your changes (git checkout -b new-feature)
  4. Commit the changes you've made (git commit -am "Some descriptive text around what you've added")
  5. If your work has taken multiple commits, we kindly ask that you squash them!
  6. 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.
  7. Push your branch to github (git push origin new-feature)
  8. Create a pull request: https://github.com/your-username/scholarsphere/pull/new/develop