You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just a helpful reminder for the workflow that @bradreeder specified last week. As before, please indicate that you guys have read through this again with a thumbs up 👍
Create an issue for the task you are working on:
user-story: "as a... I want... so that..."
list the technical tasks involved in completing it, either within the issue itself, or as separate issues that refer to the main issue and are given a 'technical' label.
Estimate how long it will take you to finish the issue and add the appropriate time label (t1h = 1 hour, t1d = 1 day, etc). If a user-story will take you longer than a day then its too big. Break it down into smaller issues.
Give the issue a priority label.
Assign yourself to the issue you're working on and add the 'in-progress' label.
When you make commits give appropriate descriptions of the technical task it completes and refer to the issue number in the commit message. (e.g. 'related add hapi server boilerplate #7'). Aim for small commits that complete a single task.
When the PR is ready for review:
Assign to your team-mates to review first (if you aren't pair programming)
Assign the PR to @jsms90 and change the issue label to 'awaiting-review'. Give the PR an appropriate description listing the technical tasks it completes.
When the PR is closed, and once you're satisfied an issue is complete and on the live version of the project, change the label to 'please-test' and assign it to your product owner. This is to indicate to the product owner that they should check if they are satisfied the work is done.
If they are not satisfied, they should detail in the issue what needs to change. Un-assign them, remove the please-test label, and return to step 2.
If they are satisfied, they can close the issue.
The text was updated successfully, but these errors were encountered:
Just a helpful reminder for the workflow that @bradreeder specified last week. As before, please indicate that you guys have read through this again with a thumbs up 👍
The text was updated successfully, but these errors were encountered: