diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d7acef6..de45489 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -11,6 +11,14 @@ Sprint 1 1. Scrum Master: Bobby Impastato 2. Product Owner: Yujin Hong +Sprint 2 +1. Scrum Master: Yujin Hong +2. Product Owner: Bobby Impastato + +Sprint 3 +1. Scrum Master: Yujin Hong +2. Product Owner: Leena Vieltojarvi + Team Norms: 1. Always respond to Discord within the same day. 2. Communicate the distribution of roles before taking them up. @@ -21,11 +29,10 @@ Team Norms: 7. Sprints will last approx 2 weeks according to the class schedule. Coding Standards: -1. Use VSCode and lint using ESLint +1. Use VSCode 2. Only push working code and make small, gradual commits. 3. Include comments in commits -m 4. Include comments in code -5. Automate tests with GitHub Actions -6. Be sure to commit your changes to a BRANCH other than the main branch. Code must be reviewed by a peer before merging to main branch. +5. Be sure to commit your changes to a BRANCH other than the main branch. Code must be reviewed by a peer before merging to main branch.