Please remember to work within the expectations of a feature-branch workflow. At minimum, your repo should include the following branches:
[ ] Master: Optimized, tested, server and customer facing code.
[ ] Release: Staged for testing and optimization. Pull Requests or Continuous Integration Tools are used to move code from Release to Master. Your MVP's accepted code will live here.
[ ] Dev: Most current form of production code. Pull Requests are made to move code from Dev to Release.
[ ] Feature Branches: Pulled from most recent dev code, individual features or issues. Branch naming convention should follow feature/issue-name. Pull Requests are made to move code from Feature to Dev.
Please remember to work within the expectations of a feature-branch workflow. At minimum, your repo should include the following branches:
feature/issue-name
. Pull Requests are made to move code from Feature to Dev.