From 913597b87677b4ae0a92826ca247e14410a4c4f2 Mon Sep 17 00:00:00 2001 From: navyapriyanandi-tamu Date: Thu, 24 Oct 2024 18:37:58 -0500 Subject: [PATCH] Update Team Working Agreement (#38) --- documentation/Fall2024/Team Working Agreement.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/documentation/Fall2024/Team Working Agreement.md b/documentation/Fall2024/Team Working Agreement.md index 7b194ab..cc05d61 100644 --- a/documentation/Fall2024/Team Working Agreement.md +++ b/documentation/Fall2024/Team Working Agreement.md @@ -23,6 +23,9 @@ - Developers "start" and "finish" stories, PO "delivers" them - Attend meetings or inform about unavailibility - Always squash and merge +- Give scrum updates daily on slack +- Add coverage% of tests and rubocop offenses in the description of PR +- Delete stale branches after merging to main ### Disagreement Handling - Talk about it @@ -33,6 +36,8 @@ - Team agrees it's done - Properly tested - Rubocop has at most 1 offense per file +- Ensure tests cover all the scenarios including corner cases +- - Run cucumber and maintain coverage above 90% for your feature - Run rspec and maintain coverage above 90% for your feature