Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »


Helpful links:


Selecting an issue:

  • Assign yourself to an issue in github from any of the issues on the project board that are in the Ready column.
  • Feel free to work alone or with another developer.
  • There is overlap between the issues especially when modifying routes and controllers.
  • Slack - collection_extensions is the primary communication channel to get help, discuss issues, coordinate overlaps, request review of a PR


Development:

  • clone latest hyrax
  • checkout branch: collections-sprint
  • create a new branch from collections-sprint branch
  • implement in your new branch


PR

  • when code and tests are ready, commit your branch
  • rebase your branch against collections-sprint
  • create a PR with base: collections-sprint branch
  • request review on slack


NOTE: Because master changes so frequently, I will regularly rebase the collections-sprint branch against master to make our final merge process easier.  I will send a note out to slack before doing the rebase to avoid any conflicts for PR merging process.



  • No labels