Ways of working - aaltowebapps/zouba GitHub Wiki
Some initial ideas for ways of working :
- work on a branch, and when you feel you are finished, make a pull request and have one other team member review it (perhaps not necessary for minor changes/fixes?)
- run tests before making pull request
- test should be reviewed too
- no tabs - all indentation should be 4 spaces
- when changing/fixing someone else's code, try to maintain their 'style'
- communicate early if you cannot fulfil a commitment so someone else can schedule help