Company Policies - TheRadRabbidRabbit/Team-Lovelace GitHub Wiki

Management Plan

  • Every commit should be tied to a scrum board issue
    • Each commit should have a brief description describing the changes being made
  • Everyone should make checklists with a breakdown of their task in their assigned issue
    • Everyone should then check off the tasks they've done as they make progress
  • Everyone should have at least one assigned task each week
  • Everyone adds their ideas to the wiki/README
    • Wiki Theme or Wiki Ideas for Technicals
  • ALWAYS PULL BEFORE YOU PUSH
  • Pull frequently (at least once a day)

Branching Procedure

  • Branches are necessary when two or more people work on the same task/page/code at the same time
  • If you are working on the same thing as someone else, push your code to a branch labeled with your name
  • When you've completed your task and finished working on that specific page/code, a pull request will be made and your code will be merged to the main branch