Skip to content

Latest commit

 

History

History
14 lines (14 loc) · 544 Bytes

File metadata and controls

14 lines (14 loc) · 544 Bytes

-# Animaux

-## GitHub Workflow

-* Create a branch for your feature -* Make a meaningful commit

  • -Write a commit message for each feature individually
  • -Use -v not -m to add commit messages
  • -When commiting a view, add a screenshot -* Use git pull --rebase origin master (this will bring in the updated master into your branch, so conflicts can be resolved beforing creating your pull request. Once conflicts are resolved, create a pull request on Github.)

-## Team Workflow -* Standups every two hours -* Retro will occur at end of day