Skip to content

Workflow processes

Diana Liao edited this page Nov 27, 2024 · 3 revisions

Starting to work on an issue

  1. Find an issue in the to-do column of the project board
  2. Assign issue to yourself
  3. Move issue to the In Progress column
  4. Click create pull request from the issue in the project board.
  5. Checkout main branch on your local machine. git pull to ensure you have the latest version.
  6. Create new branch for your issue with a descriptive name. (should be done automatically from web interface)
    • Feature-[Issue Number]-short-description-of-change
    • Bug-[Issue Number]-description-of-fixed-issue
    • (only for truly small clear changes…think typos) Fix-description-of-fix

Checklist before posting for review

  1. Unit and integration tests are added as appropriate.
  2. rspec runs without failing tests.
  3. Manual testing has been done.
  4. Screenshots taken and attached to PR, if applicable.
  5. Tag all other members of practicum team.
  6. Move issue to Code Review column.
Clone this wiki locally