-
Notifications
You must be signed in to change notification settings - Fork 0
Workflow processes
Diana Liao edited this page Nov 27, 2024
·
3 revisions
- Find an issue in the to-do column of the project board
- Assign issue to yourself
- Move issue to the In Progress column
- Click create pull request from the issue in the project board.
- Checkout
main
branch on your local machine.git pull
to ensure you have the latest version. - 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
- Unit and integration tests are added as appropriate.
-
rspec
runs without failing tests. - Manual testing has been done.
- Screenshots taken and attached to PR, if applicable.
- Tag all other members of practicum team.
- Move issue to Code Review column.