symedley / ProgramManagementTasksForWWCode

My personal kan ban board of program management tasks that I need to track or do
0 stars 0 forks source link

Documentation should include procedures for writing up a bug and what happens afterwards #16

Open symedley opened 3 years ago

symedley commented 3 years ago

just very generally:

  1. use a template, assign it to these leaders.
  2. Goal: the correct eng leader , prod leader or ux leader (ror other) will be assigned to the issue and all others dropped if they're not interested 3.Leader will assign to dev team member (to whoever worked on that area, preferably)
  3. Dev team member does a brnach for the bug fix, fixes, does Pull Request, puts issue into Code Review column in project board. 5.Leader accepts PR into whichever dev branch(s) are appropriate. Moves issue to Done.
  4. This triggers a notification to QA that there's an issue to retest
  5. If passes test, all good. If not, make a comment in the issue and go back to #2 above.