Templates
Uncategorized
Development Process

Development Process

1
Define key use cases
2
Pull from master branch
3
Create a branch to work on a feature / bug fix
4
Make changes / write code
5
Pull from master branch to merge your code locally
6
Integration Testing
7
Make a Request for a Pull (pull request) to the master branch
8
Perform code review to ensure functionality and quality
9
Push to Heroku (WHEN APPROPRIATE)